Memory Pool Memory Pool Refreshing

12,852 transactions
33.45 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,162 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,891 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,161 (606,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,331 255,331 000000000000002e75fb6b8e44866cf80802ef124c6bc52d1969e332d4b09345 0.03 MB 85 163
255,330 255,330 0000000000000013bb3427b52561bb36d2cdeb1c08924b58df1d399433e81891 0.05 MB 95 116
255,329 255,329 0000000000000039f29f3f2f8662ac39c8a0974c43f878994b15c77255c4d928 0.01 MB 17 86
255,328 255,328 000000000000001f123d5d7769ce4c5469baf29f099c68875bc7942d566156e5 0.17 MB 395 112
255,327 255,327 00000000000000212562008f892df7df8ddeabecf8c14120e7a64cae36c32d8e 0.05 MB 118 225
255,326 255,326 000000000000000d0d87d45a0fd244da5512e4e48e5d03062c9546a75b88ffce 0.13 MB 274 130
255,325 255,325 0000000000000027b15664f7175b0b6d4a3154dc6d42068e3a2b39754ae40ce6 0.15 MB 364 160
255,324 255,324 000000000000003f35f9b50ce96ee6a865c396c577c348d7e386073e84f92314 0.07 MB 123 99
255,323 255,323 00000000000000152bf7db07d8ff6ead1019a14b6770b90fd06541f58918ad77 0.12 MB 292 117
255,322 255,322 0000000000000031e4313f1ad201e65a3ced70bda9d53772c26e50f56d874295 0.17 MB 385 130
255,321 255,321 000000000000004090e3584ccbefe1d23e2dbf59adfc88f81e2cfbf5599db850 0.07 MB 160 121
255,320 255,320 0000000000000015f081bcc41b5f6b70bb8d4df3cc0b233aac96086ef8d1ba44 0.05 MB 127 110
255,319 255,319 000000000000003107185baf2105ecd5df7dd5ba8bb9e46bc2c45cbc73efa4d9 0.05 MB 128 128
255,318 255,318 000000000000003011d36b023340421adf01983f66336e237f8c48aa25792704 0.04 MB 104 108
255,317 255,317 00000000000000023f3f7e10dcb74473ac1eaf57204f412a5bceaa954e337f81 0.08 MB 183 90
255,316 255,316 00000000000000030de0a3232482cec6178fda8b78681678beb9df2016f0e90d 0.06 MB 163 150
255,315 255,315 0000000000000013ae0e621648e5f9c45303937a84b1105dc05c327a80f5c9df 0.18 MB 279 82
255,314 255,314 0000000000000025dad4fc78270603089ab0e920d6b9036f423356fb0f743ce1 0.09 MB 214 85
255,313 255,313 000000000000001493ce289fa89d65ac64dba613d36d17eae6b212ab5fe6b573 0.06 MB 143 164
255,312 255,312 00000000000000167f018745bde1eada559264401ede157184ac565140b17ba1 0.13 MB 277 155
255,311 255,311 000000000000001bd86a9ae03534eb40f8d48c593ff023698ae69dcecd703f95 0.14 MB 321 98
Previous 10 blocks ↓
Total Size: 684.47 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,343.92 GB sent, 101.33 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.