Memory Pool Memory Pool Refreshing

57,655 transactions
35.87 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
877,319 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,611 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,318 (874,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,139 3,139 000000003689c00dccabe8863c98de945967966a8c563a4ae94ddf9384b4ddf2 0.00 MB 1 0
3,138 3,138 00000000f14f2b5a54b3f3f9a6c75d6d7472d28273c62b524b457fb1bc98ffe3 0.00 MB 1 0
3,137 3,137 000000004b2bc2b09f8fb49682dbc60a36e4af393440876806b1f19f560417e6 0.00 MB 1 0
3,136 3,136 00000000497d6267bbbee407a2cc502b6295190cd783a9b95054b228e4bd7874 0.00 MB 1 0
3,135 3,135 0000000036649e2e83334c72daf01e4445807ba927e4efaeb50c19dba1076e48 0.00 MB 1 0
3,134 3,134 000000001ee955645635bf9569c048ca034efef0bb5877f24767c310ea33fd23 0.00 MB 1 0
3,133 3,133 00000000c7d607d0e612e4c1328d8912055b561a448a580d83afa9ca01ad5239 0.00 MB 1 0
3,132 3,132 00000000db88fbddddbdef6505773dda759254a24c0666f126c5c7c1afdc072e 0.00 MB 1 0
3,131 3,131 000000003b4f4c304e80a5fbdbaf200ae4a910bd5432aae07ea0cf45e03b76a3 0.00 MB 1 0
3,130 3,130 00000000a8491571ffbbcf4dde1b50badf32c54ff5884d3dca4fca3fd9067a12 0.00 MB 1 0
3,129 3,129 000000000c4ed029a5b413fc571ab2eae0d261ea6164b2ddbf520aa78abfa8c1 0.00 MB 1 0
3,128 3,128 00000000d6337bba03d209954d2ffd6347d213b18182438f8cb545605d3796c8 0.00 MB 1 0
3,127 3,127 000000008dc260f97887c1c39d1b7bc49261d5f23a4eb5f9fa0c3cf552d3a9af 0.00 MB 1 0
3,126 3,126 00000000098887cb87a9d032ac69fcfd6d2dabb4025e0e94b37fdd6f7a1ce4c6 0.00 MB 1 0
3,125 3,125 000000008a127d1dfbab4358ceeb1c2b0a3e6b54b9cc3120b80463975a9a4f3c 0.00 MB 1 0
3,124 3,124 0000000078034ed47d5a35b4614bcf6db923afba4faeca625b2b1adbedc4572a 0.00 MB 1 0
3,123 3,123 0000000029a1e642fb3e9952470057572f98bc4fee579fd78aef3e5c01cfce96 0.00 MB 1 0
3,122 3,122 0000000035acca84ef491b90f5b5c78e1528b998960cccf0224a487bf93f9d11 0.00 MB 1 0
3,121 3,121 000000008ba54981a987f9c562a2ac1d653c4c7c3375448718d04190c74df213 0.00 MB 1 0
3,120 3,120 0000000045cc047eac436ffc773d8668499d01607beba2a3a1ffec8d02662e9b 0.00 MB 1 0
3,119 3,119 000000005e2c51decc88e4d8e3147eb7573bd5e168648fe06c18e9f3e9a8f2cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 713.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,113.74 GB sent, 28.95 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.