Memory Pool Memory Pool Refreshing

62,117 transactions
22.98 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,266 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,892 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,265 (11,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
858,336 858,336 0000000000000000000200a419e2cf923ec0841b5236c6283fd772cbc84f615f 1.41 MB 5,692 3
858,335 858,335 00000000000000000000e99f0ee97846920c73ec028d27a922987a30b6140661 1.49 MB 4,262 5
858,334 858,334 00000000000000000002e0513a9f4e563b436e5ee9708ea25efcc7816bc678af 1.55 MB 5,483 4
858,333 858,333 0000000000000000000170d8853ea3cd45314093355a1678e8cc4f2225151bed 1.58 MB 6,029 4
858,332 858,332 00000000000000000001f451350ff4d8bcbb4e99410b894be42bbcd3e6f5f32a 1.50 MB 3,404 7
858,331 858,331 000000000000000000031a2300fd8fcc3e679d7a94edd5a1bf85a865ee67da82 1.62 MB 7,838 2
858,330 858,330 00000000000000000001fd1edbb1ef92690b83ab698107b3e572c2366d2992d3 1.70 MB 7,206 3
858,329 858,329 00000000000000000001f607cd3cf6b9a9f6ff4f13d809bdbacb605e642191b4 1.61 MB 6,458 3
858,328 858,328 0000000000000000000084d71e64c6049f82f249f5cd8d9f7b73f5ba7b5ae879 1.66 MB 4,398 4
858,327 858,327 00000000000000000002a61f4096e5aa1167a924bbe0b2f33fab54c4a4124920 1.65 MB 6,947 3
858,326 858,326 000000000000000000013945b031f34f3f5ee0e526b653e31a0ea9da1fd26a1d 1.52 MB 3,915 4
858,325 858,325 0000000000000000000240e819757e8484c70b3f923801cddf7a6281e8bcbae3 1.60 MB 4,953 4
858,324 858,324 000000000000000000018d917dfb19f28e08b82a3cdf76726221806d91aa5359 1.62 MB 7,003 3
858,323 858,323 00000000000000000000ee953211788c947840588da1c960c272befa0912bcda 1.58 MB 5,679 4
858,322 858,322 00000000000000000000bc74750f47949232ca9da7ea6efe7d2277859672a327 1.56 MB 5,018 4
858,321 858,321 00000000000000000000ac5c2fcecf5e448c55b5570e3be3d8271b81bd5ed8f7 1.60 MB 5,427 3
858,320 858,320 0000000000000000000115bfceb2b7d0f2fa6d2ce36954917892ed5da391dac2 1.60 MB 3,762 5
858,319 858,319 00000000000000000000dda8b9d6c8da8ddaef7e81a512533b66c89ad9d4a2e9 1.75 MB 4,594 3
858,318 858,318 000000000000000000025f36b5e0ba4f22fbc10f0a0f4c5d4c7d20fe1bef7b72 1.81 MB 2,801 3
858,317 858,317 00000000000000000000933a9622668a23e493d073696ab902d044509c89d9dc 1.46 MB 2,236 7
858,316 858,316 0000000000000000000230873448c46f193a9ae35ceeed706b6320dd1fc87b98 1.71 MB 4,990 2
Previous 10 blocks ↓
Total Size: 699.95 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,207.65 GB sent, 209.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.