Memory Pool Memory Pool Refreshing

4,362 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (785,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,474 122,474 00000000000018c9504e94fac40de844f8c9992cbab22b29d5577aec2f25a02b 0.00 MB 6 0
122,473 122,473 00000000000032110b9b722d4ef8dddfc623647b9d88ceec582bda92ccd07bbb 0.01 MB 23 1,532
122,472 122,472 0000000000008461f522069b622935cafde73b80faf24895716eeee9efbb4967 0.00 MB 8 333
122,471 122,471 0000000000002d3cae80c10d169d175058afbef2ec11b04508640e8515c54f59 0.01 MB 19 629
122,470 122,470 0000000000007c4bb9cfb9a4ee627404f26b3dfe08277eaa25fd38e4c6821fb9 0.00 MB 7 0
122,469 122,469 000000000000081ee53f7901ffcdba362153a10a9df3298868328624d36d661c 0.00 MB 9 0
122,468 122,468 0000000000007d0db459f55c7cd78a8f4d179b70e2a48972940d5eaef7c99893 0.01 MB 33 2,507
122,467 122,467 0000000000002c5bec6ace919bf57bd82bbf8751ea44b7031c3c7cca0e9854f7 0.02 MB 47 162
122,466 122,466 0000000000001b4ec3d11c3e116516b259373f17d745481f269cf4eb4b6fce19 0.24 MB 912 25
122,465 122,465 00000000000002a6ea98d66265bcafbba6113d47b31259a02ed3d88e17e54fb5 0.01 MB 5 663
122,464 122,464 00000000000042ba0add50e04fd804237bc158eab99d1b8b2602775cab3f2288 0.00 MB 14 282
122,463 122,463 0000000000008c0a1cdbe48b506204e882a6b426d6fb2a4cee47bc5ad6247a71 0.00 MB 12 0
122,462 122,462 0000000000004f199be86443d7715551180720f6815b113943e3a873cc43c7f6 0.00 MB 12 0
122,461 122,461 00000000000003c269ac56a31b81caa39ad1f05b109b63d052eba45ddfeb5cf3 0.00 MB 1 0
122,460 122,460 0000000000004c4547d1914a926ba65203319f5bec0a87b682da16602cab118f 0.00 MB 14 320
122,459 122,459 000000000000604cfabf47fa518ebf00b536046fb7ea5a81399d725ff7ea890c 0.00 MB 12 486
122,458 122,458 000000000000517c5cec87f7fb040f3f920466ba091ef5d1237920713405c5ff 0.01 MB 31 454
122,457 122,457 00000000000043bf42f09f245f2b6fd27e58f11b3ccec27c1d0b6afaee4877d0 0.00 MB 10 0
122,456 122,456 00000000000040b8346b24158a0834e94be172c9ae44028853957b3f79f3b343 0.00 MB 6 0
122,455 122,455 00000000000075c11d9ac9b0e1defbb0c112da278b021ba102deaa305b6bfe23 0.00 MB 9 0
122,454 122,454 000000000000608debcb85b02b6a89bda49d1369b5ac68c25d2bc8d9f5ef249f 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.