Memory Pool Memory Pool Refreshing

41,429 transactions
30.13 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,308 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,472 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,307 (72,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,587 790,587 000000000000000000041c3004e9f638d5355f26701c424606365e94db5c94ce 2.04 MB 4,754 153
790,586 790,586 000000000000000000005a5130cd98159c22647f71b1464d70c1b2baeee08ab9 1.83 MB 3,998 160
790,585 790,585 00000000000000000004c7f9f1e67a278a4473b64a2e64f91fb90643bbc73658 1.71 MB 4,321 68
790,584 790,584 000000000000000000023700cb3bf59d8a0c536b06179c2fb69f12fba2bbfc17 1.60 MB 3,997 100
790,583 790,583 000000000000000000055ff4e556af58712562b4bd6185d4994dfa564ad50c03 1.64 MB 3,414 66
790,582 790,582 00000000000000000003af457b907e228684808b0e1003c64214e75672cced32 1.45 MB 3,088 78
790,581 790,581 000000000000000000059447030635f4a133d0241ab34f6ebe88ec0c0059efe7 1.48 MB 3,420 114
790,580 790,580 000000000000000000013d5f7d3de41221dfbf38abd48b230dd90e129670335b 1.85 MB 3,714 54
790,579 790,579 000000000000000000010479d8e26d49607f397c9d3d4b31f985a5eb9569748b 1.84 MB 3,652 57
790,578 790,578 0000000000000000000197f40fcdac7e16d08e1048c07f96ee0055bd38705487 1.84 MB 3,614 65
790,577 790,577 00000000000000000004d6417cbc62b5754c8b345515395c42c8cef41eea985b 2.00 MB 3,025 63
790,576 790,576 00000000000000000002a7048dfb23d8de8f2fe49698deb8fe5f5bdef3105efa 1.89 MB 2,928 64
790,575 790,575 00000000000000000003226c15c245d89fa525313f4436296ef690dfe0de4ce9 1.56 MB 3,348 77
790,574 790,574 00000000000000000001ed9397212fee5745f728de943d83105753844d5897a1 1.56 MB 4,015 111
790,573 790,573 00000000000000000004665ea8ef2f9f4ae29e89408ae5f8952d098c8e21975b 1.55 MB 3,419 113
790,572 790,572 000000000000000000034f1caa6a6f75ac31c54c7f00bab20471a9f8b0839059 1.75 MB 3,104 68
790,571 790,571 00000000000000000002221bdb58c2df1ca372d931f0f6ced1ed09827b774a59 1.86 MB 3,884 50
790,570 790,570 000000000000000000027d65ea5de353e2f46990d842cf4b4953b6b00db9756b 1.99 MB 4,621 21
790,569 790,569 00000000000000000001100392efbe74067159a84918f2cea497b581402325c9 1.76 MB 4,136 43
790,568 790,568 00000000000000000001ee3b9d99c7d58d1c22a24cc0920e9129344756c17ed9 1.91 MB 3,492 33
790,567 790,567 00000000000000000004d7a03ef3afa1d1f9ec66ae9ba1ef16999fe10d5513b4 1.70 MB 3,335 58
Previous 10 blocks ↓
Total Size: 686.70 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,486.80 GB sent, 116.48 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.