Memory Pool Memory Pool Refreshing

30,958 transactions
33.91 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,855 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,458 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,854 (61,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,334 802,334 0000000000000000000496ac8fcf2f118bc8750368f5dd57591aa79cb4bb0498 1.61 MB 3,889 18
802,333 802,333 000000000000000000041e453aeda36004907b18626eb7c77d84cb597db93c47 1.96 MB 5,914 6
802,332 802,332 00000000000000000000b6a04b04623e10a280bbe7b5847e71fc78cfcec9e6da 1.92 MB 5,035 11
802,331 802,331 0000000000000000000012d47cdce39fa2f123b920aef74de7c0a3f5c79ea061 0.00 MB 1 0
802,330 802,330 0000000000000000000482db290919a5caab08385eb0928caa2a0ccf3b2b3844 1.76 MB 3,377 10
802,329 802,329 0000000000000000000354110fb86f6b27a49d4613d4fc1aef944bf4e416ad9d 1.77 MB 2,592 21
802,328 802,328 000000000000000000002005be333c9d4bbe672d881fd85e2efdfdf317252360 1.49 MB 2,982 19
802,327 802,327 000000000000000000034c5eddf20480ededc0f0367a674243036330371f6333 1.63 MB 2,650 8
802,326 802,326 00000000000000000000669008b9fd4879cb17ff95ade331f8205e287a683b79 1.57 MB 2,199 18
802,325 802,325 000000000000000000002c19b443075a8b8f66aa7371173cbc80a80e24a96b59 1.79 MB 3,306 17
802,324 802,324 000000000000000000016c2ac7b5c6e7775c18e7c9679826753e640eeac848d2 1.73 MB 2,617 15
802,323 802,323 00000000000000000004ddf8d3f38009d150ed3f9ba38669bb163b5271308d89 2.18 MB 5,570 8
802,322 802,322 00000000000000000000fd6f113a92b385a1ac32945129db8dd8dca2275a9c5d 1.83 MB 4,371 12
802,321 802,321 00000000000000000004d8de3de6bc9ac0abbdb9b9ca08c59943d0719036c367 2.07 MB 5,498 8
802,320 802,320 000000000000000000051ca81e13d70b85a9b9cb094bee3a7dd456bb7e5fde16 2.16 MB 1,953 8
802,319 802,319 00000000000000000000d8ab66393700124a13927a1232a35211ef3e78999fee 1.76 MB 1,458 14
802,318 802,318 00000000000000000000247957862b4ce1ac3f5a12cd153ceef651f347b8b557 1.33 MB 1,555 12
802,317 802,317 000000000000000000054b2eedde0a0c25bf0c6a4aa77ca39ea486f426ed13db 1.51 MB 2,921 26
802,316 802,316 00000000000000000001909ee45b92e755ffbcab4ca337476782a7849f23b4b8 1.95 MB 5,714 9
802,315 802,315 000000000000000000034a047a79e1c668f43515dbdcdc13fd7b6fa3f8f34441 1.43 MB 2,087 17
802,314 802,314 00000000000000000000f43a744889be40af9976bfe4ad1a40130b705fdead77 1.77 MB 3,165 11
Previous 10 blocks ↓
Total Size: 687.74 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,524.32 GB sent, 123.77 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.