Memory Pool Memory Pool Refreshing

5,224 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,156 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (788,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,340 119,340 0000000000003a22f5074ceae3ce4dcc6bccc269401b1aea257a2a54438fe8d6 0.00 MB 2 0
119,339 119,339 00000000000050b649ee2f64f1b2c98b14ec6a57cbaf43e1e20b75d08e6cd2cd 0.01 MB 13 1,055
119,338 119,338 0000000000001dd3563479d33fed4cb9816cef63ceb9417199a4fdaff1e661c4 0.00 MB 11 0
119,337 119,337 000000000000a876bdf4324526eeb853778dbd2f55a798b60af342a534d49745 0.01 MB 15 397
119,336 119,336 00000000000093913df5b9e5a1d32898aebc37cf92716f119d81b21dc22ac170 0.02 MB 80 45
119,335 119,335 0000000000006665217cf5a19736fe392e7aafa82cbf0bca1a4928fa702e35a5 0.00 MB 12 0
119,334 119,334 0000000000004548153a1199becc8a1e7b60a5fe9294da69bc17435258824845 0.00 MB 8 0
119,333 119,333 000000000000a31ec12d81a64248dfceec8a0a8496071905d10618d3f8d2fbb6 0.00 MB 10 0
119,332 119,332 00000000000049f4fc2c94183c9e07bed0b2c6893a2bddf3a19eae630c7a90a0 0.00 MB 12 471
119,331 119,331 00000000000079e44573efe8f6d1bfbfccbd4ef1bf97979e087fe5be729fe736 0.00 MB 2 3,875
119,330 119,330 00000000000046efa1bcd9802a8ea5a77777180103719abd31f99378f6b69da3 0.01 MB 40 533
119,329 119,329 00000000000039cfc8c220448d90ca9add76010a4d857b1b7cbdce8c5c069f22 0.04 MB 128 133
119,328 119,328 00000000000097a42dde9ebdd16e943b9b754eb37c52100978cd48b06b45d5fc 0.00 MB 3 1,434
119,327 119,327 000000000000080f2f43f42b42865dde011e4c3534f0999a85744e1a1ff51e52 0.00 MB 12 352
119,326 119,326 000000000000605f2281fa56e42ac247155209ccfbbd46dc1d8648606a0ad3aa 0.01 MB 25 2,018
119,325 119,325 00000000000023791f988077cde68eb6a02b5f212e4921e1cfd7d12dd585b268 0.01 MB 35 1,341
119,324 119,324 000000000000b1ce5b3f7d227b6192e8bfead9bda639e9d379a2bb695d284b50 0.00 MB 14 0
119,323 119,323 00000000000047ff17d918e83863b2e5b8f7e2ec75e09c9700785397f8746321 0.00 MB 10 375
119,322 119,322 0000000000000416b144e01f8de35bdff5ce6402cf0b7c9c1faf463fb65f3c97 0.00 MB 11 624
119,321 119,321 000000000000015cd3f7b12c41484e7ff2e811173a95e41289d54fe7956e4a1b 0.00 MB 3 0
119,320 119,320 0000000000004a3a7db0d104d8d5489d0a5fcec3faef53b400cd2d207b54b7bd 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.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.