Memory Pool Memory Pool Refreshing

12,415 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,179 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (686,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,806 220,806 00000000000003a5a9aa9e9892eb4da23fa8acb0f4a5f89ee6dba280d2ccec0d 0.15 MB 346 156
220,805 220,805 0000000000000096cc1ac985f1d28c56999ca7921b2ae09d5ee1ed5d46b77d43 0.22 MB 538 189
220,804 220,804 0000000000000086f369339890ac223bad49bfe3c923c92dbd9dc2200a019482 0.22 MB 518 161
220,803 220,803 00000000000003b85cb705edcaded9116412d5a6c0a96bfa170844f1bc060b66 0.25 MB 610 245
220,802 220,802 00000000000004270df7f86cd64530e8fe07d5d82482dbdc279775842ce741c4 0.21 MB 418 162
220,801 220,801 00000000000003d9886ea84e2b792dee5e30065f39546fbea65c698ed4354e54 0.25 MB 574 194
220,800 220,800 000000000000045758d1d23895fe064531dcd099a2d7c92c3595cb96773bae0a 0.05 MB 129 186
220,799 220,799 000000000000030f39f69748795a2edf292f902f9465a31b668bc8d8aa38d9eb 0.07 MB 226 51
220,798 220,798 000000000000017b1dca5e38b462652d2a14f31b0f525a38bb977f96bfeecbbf 0.15 MB 205 120
220,797 220,797 0000000000000391d9c8ac12375a437260edd0be1afa49173175f314f0d630e8 0.25 MB 649 240
220,796 220,796 00000000000002f9582a7de425f947abe01a74caa9a2e550358ac8545afefcde 0.50 MB 604 147
220,795 220,795 00000000000002f2fc5db96ed28c51968c6da92833806b5815d6f0707c0f3376 0.05 MB 152 133
220,794 220,794 000000000000049856ae3dad6907c8b66a0ebd92bcb6f8b0a04412e3cfd7eb79 0.00 MB 10 59
220,793 220,793 000000000000049c33ea7b0b62be50e0b18549af099ea4bd6d10fc2036e01251 0.10 MB 245 165
220,792 220,792 000000000000045cb482e386bb37fdd6583da81d71d616c48ddddeb1b44ae24c 0.34 MB 503 112
220,791 220,791 0000000000000353f78dc67af49edfd885c006e223d2cf0c3269d8c68e18092c 0.25 MB 638 211
220,790 220,790 000000000000024c7c3e58ed7a8d06acf73a5a49fcc441d82a7c6abda7ec0717 0.22 MB 552 188
220,789 220,789 000000000000048b5d907a555bbb6e695a46a0a8ad67686b9090835a5329bd14 0.25 MB 406 146
220,788 220,788 0000000000000032897047d5c380db2ae586387a3ceb68fb0d24e0933324bd27 0.15 MB 256 78
220,787 220,787 000000000000043f0e8a53613002b0f0ae833ad27868f06bc39e7650ab0331d1 0.06 MB 128 151
220,786 220,786 00000000000002316d154b5375109fe87307d6cc6878a14858320ea15fe81127 0.25 MB 705 196
Previous 10 blocks ↓
Total Size: 769.01 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: 1,622.15 GB sent, 92.93 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.