Memory Pool Memory Pool Refreshing

36,896 transactions
33.05 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,518 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,137 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,517 (85,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,468 777,468 000000000000000000067017015b2f1aebdc011529477678989cd1ab4cf34c55 3.86 MB 190 5
777,467 777,467 00000000000000000003cf76272685b9d389567c0126fb1fea7debb91de9037e 3.23 MB 1,131 7
777,466 777,466 0000000000000000000191072ad65b15667a0b415a3b7d6f49af6c9511e1ac50 2.33 MB 2,380 11
777,465 777,465 00000000000000000000a63dda81f2c2cb4398578f6d259c79193424b7b9134e 3.77 MB 393 5
777,464 777,464 000000000000000000032d9c144f0efa4a03acae6b81bb77bdd81d23f6f8dcde 2.11 MB 1,395 8
777,463 777,463 0000000000000000000000510235407e9348ae570405cc646f81a14359fa0878 1.82 MB 2,206 8
777,462 777,462 0000000000000000000056665cc7da267ef9afb1c346c958e9f78c5e8a4649fe 1.47 MB 2,312 12
777,461 777,461 00000000000000000000102a5d164aeb526bf7d4a8f6dacad41c63575de92cc7 1.75 MB 2,504 18
777,460 777,460 000000000000000000011b3035699c4a88f8b96b58bb75a4e040172e03d00476 3.05 MB 1,363 9
777,459 777,459 000000000000000000003a0aba07e22655617f96fec9402163d62bd3dbe9ee2b 1.69 MB 2,845 13
777,458 777,458 00000000000000000005c861f5a30a3a79be0b8c0e9a20c5bcf84e910e38db75 3.94 MB 149 5
777,457 777,457 00000000000000000007225e79044dd6f58368e16685ff30f009a65e71ccc71c 1.83 MB 2,919 13
777,456 777,456 00000000000000000001708f3a10c826742fa2747c069d94ab27631f8b19bebf 2.56 MB 1,976 10
777,455 777,455 000000000000000000010666288b037d63fcc8c8bb4f2b3a714bb534494d7de5 3.26 MB 877 7
777,454 777,454 00000000000000000001aca9d6ecddf25d233351c10e6f002fd93da533d38bde 2.02 MB 2,072 13
777,453 777,453 00000000000000000006f50df1b25c99020b2ad5cfa99c4bfd82cf9a08de8ca1 2.82 MB 1,312 8
777,452 777,452 00000000000000000005bb9f23ab9cfc895742c7350f8ab12c84758770b2b919 2.54 MB 1,456 7
777,451 777,451 00000000000000000003c95e0b4e2d7f09553b8fd747a3313efd5e4a2e7971f5 1.44 MB 1,757 14
777,450 777,450 00000000000000000003a352dcabd3574bc945fa4dcf7112a507098db32281a9 3.61 MB 535 6
777,449 777,449 00000000000000000000c30adcd9a97edca0210c02f18ab0c447db898453f250 3.09 MB 805 7
777,448 777,448 000000000000000000047ce9b5adb58ba75f0f5a4c1e1c5a1ca31509082dd71e 3.17 MB 1,000 8
Previous 10 blocks ↓
Total Size: 685.15 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,372.57 GB sent, 106.55 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.