Memory Pool Memory Pool Refreshing

61,226 transactions
28.92 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,486 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 3,643 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,485 (190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,295 866,295 0000000000000000000134bc12552e6103e216be190746e602bd6fdd35b397d2 1.42 MB 4,580 6
866,294 866,294 000000000000000000003b6826a321b0b1cbe6921dbce1c1c9d8fd08b7a00fd1 1.42 MB 5,289 9
866,293 866,293 000000000000000000019645ae7e51f8867177f7c0474e5b69c9c5863be9d628 1.42 MB 5,531 11
866,292 866,292 000000000000000000024f8bd55ebd40a88d75a3faa040ba3bcde11ef0eeec38 1.44 MB 4,226 8
866,291 866,291 00000000000000000002c092bb6979d42dff5db7748767bfece3b79f6fe53f3e 1.40 MB 3,865 12
866,290 866,290 00000000000000000001acdce3d9a71b414f8f63b0ad2794b358e99d208ee0d7 1.45 MB 4,291 10
866,289 866,289 0000000000000000000069f6ce5f229094d21d2fd73226edb9d45117a16eb664 1.60 MB 3,928 6
866,288 866,288 000000000000000000007a0c3695d5c45a379839840fb6c72d6a0a406f81c993 1.39 MB 4,852 9
866,287 866,287 00000000000000000001b6b37c6089f8f92da06a24140ae3b77ac6f9242cd58c 1.48 MB 6,250 12
866,286 866,286 00000000000000000001c387b713bd7c590214d5e22d2918c4f72467045d653c 1.52 MB 6,680 13
866,285 866,285 000000000000000000004a6423e8e41905f4dae47432a79bff28d60f24ccfd17 1.56 MB 6,868 11
866,284 866,284 0000000000000000000201aeeadf0a524a2d3d18bc2b6fd2cfd3b409a13862d6 1.49 MB 4,978 12
866,283 866,283 00000000000000000001eff4fb7c072d888dd32bf1e204ad85ab4243601134d4 1.70 MB 4,379 5
866,282 866,282 00000000000000000001ac496d0051b18d523c0472d7a7a86605b328d28cee95 1.65 MB 4,705 5
866,281 866,281 00000000000000000000673df3e228243b66f5df1a50e35670db9f9a05bdce53 1.48 MB 6,457 7
866,280 866,280 000000000000000000007b090e7f4b5036957623d36f12f5078485e474a4e6f6 1.48 MB 6,182 6
866,279 866,279 0000000000000000000200e1069e40d4e3012ed8cac7e7f3d8dc0a0755bfe35c 1.52 MB 6,066 11
866,278 866,278 000000000000000000000d05b7a51b8790952f428738f2a9ea56632ae076e163 1.53 MB 6,037 8
866,277 866,277 0000000000000000000244fcec34381a499246c16986e95e0f6719205b1de680 1.51 MB 5,352 6
866,276 866,276 000000000000000000007643ee1e9cbf0a438ab770f154ac5b995fa8a0cee591 1.41 MB 5,434 9
866,275 866,275 0000000000000000000075804af368e4999e5a01b27097a8a7842c5988580ce5 1.39 MB 4,522 9
Previous 10 blocks ↓
Total Size: 692.65 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,852.43 GB sent, 161.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.