Memory Pool Memory Pool Refreshing

55,827 transactions
25.75 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,135 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,134 (56,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,363 812,363 0000000000000000000245b8173ade69638f7849d95103763427c4657b132118 2.26 MB 941 2
812,362 812,362 0000000000000000000487a6ad3e51f4407517e5eb6bbc63e4db45631f33c724 1.61 MB 2,955 12
812,361 812,361 00000000000000000002d0a04b4a6bc97ad7d6b15f704ffc7cac94cd52633c51 1.54 MB 3,486 20
812,360 812,360 00000000000000000004813be9b857fb265ccd7838a879ec97b1b0df82790b2a 1.64 MB 2,601 12
812,359 812,359 000000000000000000048d3140af28236e2868282d69bd9724d7af75a67cec1e 2.03 MB 1,354 6
812,358 812,358 0000000000000000000293498cc856ebddea487badf3ef6186848a2198bb4326 1.96 MB 1,291 4
812,357 812,357 0000000000000000000155c2aa6376480cabe5901d7c053ad30d91055a2a9979 1.66 MB 2,302 9
812,356 812,356 00000000000000000002303ff661f77baeed038efc243693a091a5871c7a3d80 2.17 MB 86 1
812,355 812,355 00000000000000000000a4965e12d4614ac1409a0ef3f7ea9a70ff998e757181 1.82 MB 1,263 6
812,354 812,354 0000000000000000000133f7765fc15142d62e29f9eb3efccf7d86333285b23a 1.88 MB 961 2
812,353 812,353 00000000000000000002814d266b177e565a9fc932a94de86188bb88fb523cbf 1.61 MB 2,885 13
812,352 812,352 000000000000000000029c5be2c931ed6662565749229c4508efc9b863e894fe 1.46 MB 2,631 12
812,351 812,351 0000000000000000000240fd1f645da6366912c979d02fe3769cc56422e74afe 1.87 MB 2,089 8
812,350 812,350 00000000000000000001a3e0284add9c1ea409496294fc249a659e72c223d88e 1.85 MB 2,185 5
812,349 812,349 0000000000000000000250d5e69fc1ef09407be0811b618895675772c25a6926 1.55 MB 3,580 17
812,348 812,348 0000000000000000000351b39fe3e4fb89c73500b9b0503a76f1cb2485960bad 2.19 MB 155 1
812,347 812,347 000000000000000000020b35ed666bfb1dbf5ed1ea2b4baedee6d179bacad7f0 2.11 MB 468 3
812,346 812,346 000000000000000000028d3e41df5604ab9fd64e088d6abc52edb801733fa1d7 2.17 MB 183 1
812,345 812,345 00000000000000000000be714343a77f56af9599d8f477e8d0b00a617a7ba85f 2.08 MB 943 3
812,344 812,344 00000000000000000002e14756ee1ae6e6bf23834e505844bab56e57f05efa10 2.01 MB 1,393 5
812,343 812,343 0000000000000000000253104fe44561206baf294cb45d819a4692a4f26bfcda 1.89 MB 2,297 7
Previous 10 blocks ↓
Total Size: 697.82 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,062.00 GB sent, 196.79 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.