Memory Pool Memory Pool Refreshing

6,783 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,292 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (788,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,479 119,479 000000000000a307c7b77671d3cbb585a1fdc983ce7dcd18c41900f593246d13 0.02 MB 63 49
119,478 119,478 000000000000a7587ad3c7def62aacd96eb99c2d6ca231ea5c292500e1988b30 0.00 MB 1 0
119,477 119,477 000000000000b43473a95daeaec91b73ce342beafb547ba59ba44215a332f817 0.00 MB 8 0
119,476 119,476 0000000000009233ed590cdd3a04e9a60855958a04e8bebbe6f73835c9b4efda 0.01 MB 26 527
119,475 119,475 00000000000058aac8a8140e1e8478413235330f00d878d4e86f69c2254166ff 0.00 MB 9 0
119,474 119,474 0000000000007b6a2fba2a4d970c896f6d4a59975bde58e674d975315668b4fd 0.01 MB 27 832
119,473 119,473 0000000000009f0de1ad020fe687eeb847f058b51c8221c807531287348a263f 0.01 MB 18 287
119,472 119,472 00000000000005ab8995a8e28f9d56f198fcdd5cc890825c2ef59efb211d7a88 0.00 MB 6 1,551
119,471 119,471 00000000000009dd063ac8d4f92cfa9cc4e57bb8fc25f9813b8a89ef9bdd04d0 0.00 MB 4 0
119,470 119,470 000000000000a179401b627a5c2f99c7bab6705e8d07e4118d584e4819758633 0.02 MB 48 192
119,469 119,469 000000000000707261f147b6dff0a9bce4cb99389ba752ed1211ceeea2fdcf97 0.00 MB 9 0
119,468 119,468 0000000000000c3e7034bb43afe1fa30a60c90bb800dc2ea76a70e9ae7465224 0.01 MB 11 399
119,467 119,467 00000000000064db7fb4d20c235d6a3ab31a5948f7d544e9eaea18368f2a87e5 0.01 MB 13 650
119,466 119,466 00000000000001a544acca36df96d19f7f3fb14c691ef1b0881c65695276a867 0.01 MB 33 839
119,465 119,465 00000000000088d9751cc45e6a54fc6815d57dfe5d32531e0bd1ebcf5c7db003 0.01 MB 36 81
119,464 119,464 0000000000001a124b39376fd4f20df8a99c9bebf9baeb6bc264d851087d2a40 0.01 MB 12 587
119,463 119,463 0000000000004f1b1a53956dd7250b25dd87edb912d68511a08da408c8faa956 0.05 MB 196 25
119,462 119,462 0000000000007a98f692b109b44bfd8d7bbdb3d556132f0f8daa91e858c92f41 0.00 MB 9 341
119,461 119,461 000000000000a0a8afee1b53c8c3b8683183aa16c9fa1f2150be2a6c202c8234 0.00 MB 13 0
119,460 119,460 000000000000482090fbe9c0f825c97fb7bb77fe278386b9721272763552f367 0.00 MB 9 0
119,459 119,459 00000000000092a7ff545b59a5c69d30e9350d6df5eff777feaa94c227f92460 0.00 MB 13 944
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.93 GB sent, 93.05 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.