Memory Pool Memory Pool Refreshing

61,678 transactions
28.28 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,912 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,911 (29,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,286 832,286 00000000000000000002d6abee985e238c6584639217be55d70171b476e7c0d3 1.68 MB 2,909 69
832,285 832,285 00000000000000000000cab4560b917918874a763ee526ed5ab157083def5db1 1.70 MB 3,667 49
832,284 832,284 000000000000000000001744c1a552022b2f10e23254858445aa9ebfdc31f12d 1.57 MB 2,823 31
832,283 832,283 000000000000000000016bee3f7f20f6de825c9b07b4b6457c94cfe62ffcbb1d 1.63 MB 3,553 36
832,282 832,282 00000000000000000001ee6a55fee4d40a6365ebb165c01401d1cf18d5b0b15a 1.63 MB 3,630 44
832,281 832,281 00000000000000000001080c6e764e8478f62ef1de7b8c37e45e42d27fcb3ed1 1.60 MB 3,411 46
832,280 832,280 00000000000000000000355a29cbcfb5e0b6d97c9dbfaba99b0d2e74b5404148 1.52 MB 2,782 35
832,279 832,279 000000000000000000014000314d4ff97b3490aab49c9efaf47d5e95353adc23 1.62 MB 3,465 40
832,278 832,278 00000000000000000001a1d3e53fe99ef36900fdf74b28d517f00e7f5d7aabbc 1.77 MB 2,311 37
832,277 832,277 0000000000000000000364246fef99e5f8f9afaa9828805d15d599669ded7143 1.64 MB 3,279 27
832,276 832,276 00000000000000000002c34e904b2cc05659d0b22bd6a2e906e1d87c0a11642a 1.46 MB 1,600 27
832,275 832,275 000000000000000000014c008e04dec8364cff47ac0179ae16a29e16684eca37 1.56 MB 3,592 48
832,274 832,274 00000000000000000002163d618cf4cba88f70061800b037ec0859e23fb56ecc 1.56 MB 2,530 27
832,273 832,273 000000000000000000035bd1219de58f9009311b7e5f92d8a3ecbadb555244d0 1.29 MB 1,641 31
832,272 832,272 00000000000000000001ad09659bd7c2959ae296663b228d34fcdff7d56f24f5 0.00 MB 1 0
832,271 832,271 000000000000000000024fddda290f02c916ff9601dbcf272f9e74704da999f4 1.58 MB 2,370 34
832,270 832,270 00000000000000000000d1c06ffa6cf30b317cd54c771e2a463d71cc18026b14 1.65 MB 2,894 30
832,269 832,269 00000000000000000002c456389323546d0e711529d597ace0555b9b88e599d8 1.67 MB 2,919 36
832,268 832,268 000000000000000000034a308c42f74a4b0c17b7b50f11c41a8cf7d821cfe49a 1.73 MB 3,031 45
832,267 832,267 00000000000000000000d477223eb9ec512b03974eb5fbd98e2238c1f7713f57 1.58 MB 3,475 55
832,266 832,266 0000000000000000000287250d7f43fafed3ca62b2588e4589b88285c88280dd 1.63 MB 3,464 29
Previous 10 blocks ↓
Total Size: 683.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,306.97 GB sent, 98.38 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.