Memory Pool Memory Pool Refreshing

21,828 transactions
30.54 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,141 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,140 (34,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,516 829,516 00000000000000000002946e32cf13dbf6a6c897f7d00ca8d9ffd81e53e566aa 1.52 MB 1,380 22
829,515 829,515 000000000000000000012d745a330af69591bb11cd5a8b2cbb3a19f12558f4aa 1.56 MB 2,754 38
829,514 829,514 000000000000000000004561ef03b3168973d60137b71c0db0b0a5d4dfde7b12 1.59 MB 2,910 43
829,513 829,513 00000000000000000001400a421f4fae3a8fb9bc73dfc9fa80dba6ec2035e25c 1.59 MB 3,532 52
829,512 829,512 00000000000000000002a543629086fc6a2460e43289c20cc8baa176bfc98564 1.43 MB 1,957 31
829,511 829,511 00000000000000000002e8012d62301584a728f570d80c8c9a5fa520b2e08e02 1.29 MB 1,758 28
829,510 829,510 000000000000000000038fbf6b752fc45297103ff8a3a0d811da3c5bd2096548 1.70 MB 2,645 31
829,509 829,509 000000000000000000011768f35de15bce380b4c237003603df840478082c47d 1.61 MB 3,408 60
829,508 829,508 000000000000000000038f1de3c5cf39e6f790f7d8d84e1c8d081c6450c37a98 1.70 MB 2,471 30
829,507 829,507 0000000000000000000351fe3c9f4999dce8f99a4ba04a13a0a6e3d23465c29c 1.77 MB 3,350 45
829,506 829,506 000000000000000000029085dc1408ddd30a26130d73f0719f3fe93afd7516f5 1.58 MB 3,245 44
829,505 829,505 00000000000000000000c42ecc7b8b28cd855eff3d57181ae3adc467dbe56e1d 1.60 MB 2,385 41
829,504 829,504 00000000000000000003182d183868029a7d3dca1abbe23a8b81685280da25ea 1.51 MB 1,838 22
829,503 829,503 0000000000000000000365a2da32485cc69a49404c575373663b4662bdb80ab3 1.61 MB 3,464 55
829,502 829,502 000000000000000000025a6068ed263ef7a0e93b02952e85e46a9787f653b2cd 1.50 MB 1,915 30
829,501 829,501 000000000000000000002c2d76a0f6bb9f1e1c63c604050e23c838ad9b2fbc7f 1.35 MB 2,038 29
829,500 829,500 00000000000000000002c3b2feb7a691f101bc1363477edbff1c1cf2a4ac970a 1.12 MB 319 21
829,499 829,499 000000000000000000037ac808ec1b9c7db16222e9bdf58d0d34a32abe89eadd 1.27 MB 1,470 24
829,498 829,498 0000000000000000000148ce3ecc7e39c71e026434d42a99c526b2d47b65778b 1.17 MB 1,046 27
829,497 829,497 00000000000000000002319ae44985637edffd8e594d3de48034e59b17e9696f 1.20 MB 969 24
829,496 829,496 0000000000000000000055a8556651f3a6a281f993c48a6d733a15324b32549e 1.79 MB 1,611 27
Previous 10 blocks ↓
Total Size: 688.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,623.26 GB sent, 126.98 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.