Memory Pool Memory Pool Refreshing

7,038 transactions (1.75 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,512 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,161 (880,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,475 28,475 000000002bacfc9f2078b514d310e58ea44f9094b3924dc2d3c55a8655f9514e 0.00 MB 1 0
28,474 28,474 00000000a17d4c8a9f623121c86cfbd417e92e8abf9a23671a6bd735f0a14a99 0.00 MB 1 0
28,473 28,473 00000000c34c2a3eea0bb52568f5b8d2151707ec8704280cd9f0ad86081749ee 0.00 MB 1 0
28,472 28,472 000000004aa9b242bb4eed3c344da3c24c4d5107b54c677fc778fa5a9b9c7975 0.00 MB 1 0
28,471 28,471 000000005b38c9d1d4ece0bafd304d12db021cabeec7955dd4ba45ee8ceef851 0.00 MB 1 0
28,470 28,470 000000003b8938a1c1f1fb9cd96f47f7784763f423d04bbbec59fcf66b522ab0 0.00 MB 1 0
28,469 28,469 00000000199e011b36430db34343bd413e8da4eefa5ce9e298f32a44b7f8b7f6 0.00 MB 1 0
28,468 28,468 000000009fdca05b8dbc81d93c9857d17d7708ae958c2697b1c03f8bcd3e0ce7 0.00 MB 1 0
28,467 28,467 0000000002c609f3c6652f7066b1d6f888239028acdfaab85ad155d2068950cc 0.00 MB 1 0
28,466 28,466 000000005f97f5e6069fdb34f8851893e5556a1d3d30efa44a7950c50fe9eb91 0.00 MB 1 0
28,465 28,465 00000000e44f5a9f77947a0728c8dcd3f2ad10f341dfae8f7fa5dfc5f1754c69 0.00 MB 1 0
28,464 28,464 00000000e1717077c61a295f96c68d863b89f6167fc114a8014b9dd207ba1248 0.00 MB 1 0
28,463 28,463 00000000ced8a715d5a18aeafab519c6cc9f02b948e6d70855ca802ab0f8e1db 0.00 MB 1 0
28,462 28,462 00000000f090a744615ed2e87507cb0597b7926fcc93fdf4c1be1625487d4536 0.00 MB 1 0
28,461 28,461 00000000c1166bb087c07beca4c8c6ceaf89cc6d32792e321459ba3eb026d824 0.00 MB 1 0
28,460 28,460 000000001cd05acffad62ea1b7387fec0a5935c657bc36508918e26f44906e67 0.00 MB 1 0
28,459 28,459 00000000f88f6b67b1b67628a2056f1c799c1dbd30b395e3ab15309dcc012a99 0.00 MB 1 0
28,458 28,458 000000002f8ade70e8c095c79e311c18c24f32cf4ba72a5762feae1e636d34a7 0.00 MB 1 0
28,457 28,457 00000000577835732898ea362468afa248d56fdf33462b8fe848cc608fc4d797 0.00 MB 1 0
28,456 28,456 000000002992155da12f95af3f622ea060ea5eba52c60768a56bf08400e820e5 0.00 MB 1 0
28,455 28,455 0000000047bd549f45e42bb1bd63984bbd5823ea1db8dd367bd131e9d858b02c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.84 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,971.39 GB sent, 106.85 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.