Memory Pool Memory Pool Refreshing

2,408 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.79 vMB 2,397 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (860,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,429 47,429 0000000026d0e20fab3d748804691810ccecf73dcebe6927ccbb70201afa5ba3 0.00 MB 1 0
47,428 47,428 000000000a49666df9632e6f46d3403543056e69a4513d44c7e3174c0df7899c 0.00 MB 1 0
47,427 47,427 000000001fffc608e87395d9ef26f26b24946af8d13ceae0675e265c57aa7b55 0.00 MB 1 0
47,426 47,426 0000000034d9146c76592590bb9bdc4c1dedd5565a8edb8f97c9454d2fb1effa 0.00 MB 1 0
47,425 47,425 0000000001315cefeb7fe556d068ebd96367f81eadba0ce70a55501e662c1eb3 0.00 MB 1 0
47,424 47,424 000000001d06f62cd1d90d80fa57dda499e56f7516ad4e2e147cc686f035a1e2 0.00 MB 1 0
47,423 47,423 0000000010f96d5cc4d20909aa86c8450c545faeab6284358b8e14db748bf547 0.00 MB 1 0
47,422 47,422 00000000006b18a9ebfa87bf101c764e192f52465051b8f376595c2d9b6deac8 0.00 MB 1 0
47,421 47,421 000000003591218155d959adbbad7a7d1fb3d149c87c8a6eb06a4e1f1652d287 0.00 MB 1 0
47,420 47,420 000000000ad68817f99bf270a95f95fd818df780da81560f71e2c42aafc93764 0.00 MB 1 0
47,419 47,419 00000000014e8eeb374c71ff8f88fa486e6a7088dafc38705c7bc58255da6f17 0.00 MB 3 0
47,418 47,418 000000000fb62eaf5442dfbe6a90b3ea11f3b576ef4d1d0c1ca686d4eec59084 0.00 MB 1 0
47,417 47,417 000000000d7981d5b180690b96bc12ca6b979b651dce1b76c6ace066beac8d64 0.00 MB 1 0
47,416 47,416 0000000011a3d16d065f8ce64e67f678672d58ee740911d56c6652c07878a64d 0.00 MB 1 0
47,415 47,415 00000000263c030014c6cf8cb5d7eb6c6a61047ca94eeb681c7a01ec0545a7f3 0.00 MB 1 0
47,414 47,414 000000000f580e4990c2b730bfb56259b429e6da5f1fc2af9bc640774fcfa41e 0.00 MB 1 0
47,413 47,413 000000000d1d453c4aaf99a5b676486140c4a8e575a9ece45c7b631981ad85d4 0.00 MB 1 0
47,412 47,412 000000001bb3e0dc83cf0c29f64d505ce33005332553d1103bae673c868b9dcf 0.00 MB 1 0
47,411 47,411 00000000136827641aabd215940a4849d928089a6d0fb43c155c5f0feb1aecca 0.00 MB 1 0
47,410 47,410 00000000164604cda40718813efd5991ed1fecd5c0a792fdd33f6335e80726ff 0.00 MB 1 0
47,409 47,409 00000000054f4cd5410f1fedcfca3165ce4946854c85d8471b79e08b42155e8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.15 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,632.55 GB sent, 93.62 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.