Memory Pool Memory Pool Refreshing

2,921 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (291,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,476 616,476 000000000000000000058b7fd7c744e02efda2607adc7c3514f8f0b4e81ade13 1.43 MB 3,174 41
616,475 616,475 00000000000000000004209aed3addb74bb713d75c0597c7a7f750faede9faf5 0.70 MB 1,818 15
616,474 616,474 0000000000000000000098ff491a68248b4867dba98ca640c4b95cd45afb6a01 0.72 MB 1,928 17
616,473 616,473 0000000000000000000a1125a6c9b6f750171a18435089a2b211909d30494662 0.78 MB 2,065 19
616,472 616,472 0000000000000000000273d9e478cf83ffa0b944efe26252c7960dc17674e991 0.78 MB 1,633 14
616,471 616,471 00000000000000000005262b0550069d3767973310e589f154f05ebe7dfc21ec 0.73 MB 1,472 14
616,470 616,470 0000000000000000000236e90188ef69219be85a1c93a7deeec2d77c082770e1 0.27 MB 622 13
616,469 616,469 00000000000000000010616d46634469dbdfda57f3f00cbb25e46eab76adb9b2 0.10 MB 201 21
616,468 616,468 0000000000000000000e8e25cd4e014aef8fa4900a96774baed2de1c5a8d16f4 0.33 MB 930 20
616,467 616,467 0000000000000000000c777a442da75b63cdcd8498d6382513f347dc1cb715bf 0.68 MB 1,714 17
616,466 616,466 00000000000000000004e8b819af3ee7658125f6d4e3d5c99811593e37dace2e 1.06 MB 2,455 8
616,465 616,465 000000000000000000056a74516aedb120fa939485cdb5f586e3d3ce36693a87 1.09 MB 976 8
616,464 616,464 000000000000000000108c6028a47815f9e227f9d3e83b634c662a75bc0576d3 1.17 MB 1,116 8
616,463 616,463 000000000000000000011569bf736fd61541fe0783940d5b937496364ceff3a9 1.05 MB 541 4
616,462 616,462 00000000000000000002c7fd679def0490fb5bbfac8f47612143a5d733649f1c 1.10 MB 1,273 8
616,461 616,461 0000000000000000001153fc4f4aee341eacc92b28450dfff90810b4d2df216e 1.05 MB 637 3
616,460 616,460 0000000000000000000a1c4dced94a0829027e4acb8a53e2cb60126dd7e1f5e9 1.29 MB 2,371 16
616,459 616,459 00000000000000000005bb25ae2998cfe1169092a6f6b2a47494b2accb63bf0d 1.25 MB 2,349 18
616,458 616,458 0000000000000000000dea3e6d71d5caac35572044ce8ec4ac2ee96363d8defc 1.16 MB 1,659 5
616,457 616,457 000000000000000000035ba8fd66bc18fa855bf15bc81aa926121a65a15b4259 1.16 MB 2,895 13
616,456 616,456 000000000000000000000de3f0708603b394fb78eb4da878d00f4af67c8d7d66 1.30 MB 2,726 16
Previous 10 blocks ↓
Total Size: 769.27 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.38 GB sent, 94.28 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.