Memory Pool Memory Pool Refreshing

76,450 transactions
29.87 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,285 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,310 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,284 (45,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,332 824,332 00000000000000000003e52a678383009bbb852d72a0b1f9f80ba574b5672360 1.73 MB 2,310 56
824,331 824,331 000000000000000000029c8769206d63b2ef3eeaf6ae6032b9adc71f1543fc33 1.96 MB 3,030 93
824,330 824,330 000000000000000000017506aec101fd8a5d622c65326f65969d059929064478 1.89 MB 2,527 66
824,329 824,329 000000000000000000030217c0ebd1b335c90cdb609d4e4cca1a7fa239853095 2.25 MB 2,491 77
824,328 824,328 0000000000000000000186febf698209fefb19f47f8c204f218f0d00992aa5c2 1.72 MB 3,099 66
824,327 824,327 000000000000000000010ddc54019ac748e1ff6544a51cb6a6f59ec9d3e19f82 1.55 MB 4,123 127
824,326 824,326 00000000000000000002c9d6f0fc5cb36e519618fb1eb71ef9f9e1df973e75e8 1.80 MB 3,122 56
824,325 824,325 000000000000000000017435bfa44836e4c0c0c119896bcdc83c0959131b5f8c 2.11 MB 3,532 80
824,324 824,324 0000000000000000000165c25229928a7fa99484b584fc474f4f878d451d5054 1.82 MB 3,605 67
824,323 824,323 000000000000000000030f87df4ad1cef6a4c1ef37e80652fdfcf96d34801953 1.71 MB 3,744 110
824,322 824,322 00000000000000000002fdf3b349d1ee89383e8c704f04b692b61ebca017a8c0 1.49 MB 4,384 92
824,321 824,321 00000000000000000000da32c4f93404bc9d42be5b52ae566435a1a577f499cc 1.52 MB 4,563 128
824,320 824,320 000000000000000000019861307665f33e6eae6aaf6b571fd696f6c631400953 1.66 MB 3,805 62
824,319 824,319 0000000000000000000382fcf79f2cfc7985f9299e55892e493f934731ee681a 1.53 MB 4,350 130
824,318 824,318 000000000000000000033f007859636c38029613eb74fbaa880671ee88c675f5 1.70 MB 2,529 45
824,317 824,317 000000000000000000007d2e86fb39a9777286e98110b08f09089a931c315503 1.49 MB 3,040 66
824,316 824,316 00000000000000000001ee52b067dd630d96313f2bd2b8f2a6b9277600753181 1.76 MB 3,836 79
824,315 824,315 0000000000000000000192bbfe308be0c315a4d29fd9a5f5756f2126e1f830f3 1.58 MB 3,723 92
824,314 824,314 00000000000000000000b74c141be9338a5dde24ef24a49350815f6b8ed343b7 1.60 MB 3,841 105
824,313 824,313 00000000000000000003bcf59070835d0d9d31d43f915e35cc3303ae7bd72525 1.70 MB 2,799 49
824,312 824,312 000000000000000000032bcb65b32c371b237863e5ce30055856ab02f7250474 1.55 MB 2,812 50
Previous 10 blocks ↓
Total Size: 699.99 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: 2,222.50 GB sent, 210.31 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.