Memory Pool Memory Pool Refreshing

15,538 transactions (3.99 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,313 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,165 (880,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,479 28,479 000000000a015fd806e0c782a7654ff11668edfff70d57f736552d9bba8a8bd3 0.00 MB 1 0
28,478 28,478 000000008c2b58f5153dc27bd05ecc191dffe3a3f67edd1a7c8a3f471363f5e7 0.00 MB 1 0
28,477 28,477 000000007861d806833f54ea99eeb7eb72d2c438a314bed6fdec86cb9ab997b8 0.00 MB 1 0
28,476 28,476 000000007d67e52d50afe1db2adac373f3ca4479f577a1830cd77dd12f22a876 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.85 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,977.51 GB sent, 106.93 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.