Memory Pool Memory Pool Refreshing

14,216 transactions
6.18 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,077 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,076 (773,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,899 128,899 00000000000000cf5e1c33cde3718f5675071a65d9685fcc9abb6dc0f2e67952 0.01 MB 14 818
128,898 128,898 00000000000010b2392421b88097b3d21dd2c0223d30fe86f51da9d0a177fd58 0.00 MB 8 0
128,897 128,897 0000000000000505c44cc373684750ab7f87cc75af52cc1cbff9a252fd292db2 0.01 MB 13 362
128,896 128,896 00000000000013816f79c20fbc015970f127189d5ce7cd7c9b0f84ecebd9d4fc 0.01 MB 34 1,084
128,895 128,895 000000000000166a2a2da1f31a06399142c9e7386c9b6e53ac015b254d579a57 0.01 MB 41 973
128,894 128,894 00000000000019a6a96a7e38aae5b340d1dbdc9b42977585cb61c8faa082cfcd 0.01 MB 36 413
128,893 128,893 0000000000000f8633f5498a573edc7b7206c3d5be2a71ab63f10136dc3f281e 0.01 MB 20 713
128,892 128,892 000000000000072ad8b368f8f83d59ce0200176bafc38fc289cb2bfe99c6e513 0.00 MB 8 21
128,891 128,891 00000000000008b04debdff37415c26f89fdd1658dc41e3499b975f7ffbd5e56 0.02 MB 74 325
128,890 128,890 0000000000001081b62dc0772dfc1c4b8c955b1aaf1e07b87fc85c5bf644c35f 0.02 MB 33 979
128,889 128,889 0000000000002415ffc3f96ea8396bdab717cde13de7a63b890387a7a9c6d93f 0.01 MB 16 232
128,888 128,888 00000000000006db3b724b8e5e36daf81b22aabc8adccce3b01749f5b7e387d4 0.00 MB 2 746
128,887 128,887 00000000000002e834eb05f1f42e9c43881862f53a3b5af2db537d6296b82bcf 0.02 MB 47 430
128,886 128,886 0000000000000971d8354b3af7c79f8c02499128ea76317d36c92018c87d7ad3 0.00 MB 1 0
128,885 128,885 0000000000000311ceb33b06a8044def816b025b0e14804e7378d93bfc557449 0.01 MB 48 84
128,884 128,884 000000000000199285fab9c2b104c2d0373033a406af842da34dfa8eb6bb3e90 0.00 MB 11 344
128,883 128,883 0000000000001693944ca43ebc38a2bbaa0ca785b2654a4162a264caeca34210 0.01 MB 21 580
128,882 128,882 00000000000017d33ca70af81ce4e8884f425780a97b06600c98c03461ce3ae2 0.01 MB 15 914
128,881 128,881 0000000000000e7d60b9598f342b59034d6b46b5b52ca2d805d49f5588a4f703 0.00 MB 19 224
128,880 128,880 0000000000001869fe2573a17e411e294a4e86fce04ac34d16f63ed357520766 0.01 MB 15 485
128,879 128,879 0000000000001ac9b6943ef67d126a192ad9e62b64b28bc033d905c2db989954 0.02 MB 32 725
Previous 10 blocks ↓
Total Size: 759.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 837.33 GB sent, 43.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.