Memory Pool Memory Pool Refreshing

1,340 transactions (0.52 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,108 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,324 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (864,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,516 44,516 000000000af0c38415b8000bc5de794359ea14c41e220e1ba5590ec2c3d3eeee 0.00 MB 1 0
44,515 44,515 0000000011c66d19e222be2f276049b6c19da356e22abd2827147f343a8ea7bd 0.00 MB 1 0
44,514 44,514 0000000000903fa29a46c91e5e612dde4a10e7b53bcef3d96287c14f09be1480 0.00 MB 1 0
44,513 44,513 000000002f0024f7dc05fc91e391050d549a540c8e6c703abb72e5cebafcd7da 0.00 MB 1 0
44,512 44,512 00000000121a79210a3ecc42f8e8cc9c82d7231a11437566708b9a2ba0669453 0.00 MB 1 0
44,511 44,511 00000000164ada29bfb136f946159eb312de0e313954fe03977a311436fc97fd 0.00 MB 1 0
44,510 44,510 000000003712f9d9e435485ae2f60b1be3afd1e753f785a27a740cbdd40e9e57 0.00 MB 1 0
44,509 44,509 00000000249fbdb56207a6352e03659c28718a15da7aa9e0d30d6cbd4e2c007b 0.00 MB 1 0
44,508 44,508 00000000260d1c0bee7b630725bf2ff0e1f6514b63e15eb1a317d57ba51d469e 0.00 MB 1 0
44,507 44,507 000000002dfff816a11fc8618b24e12e40a1ca9ef46d88d761b84f39df94ec89 0.00 MB 1 0
44,506 44,506 000000001373ca04d5d411dd68e29e0d727d3f374a7f9677a0302b969e49d31a 0.00 MB 1 0
44,505 44,505 000000001f1a50f22f7a91baf1e21c55c3dc25f4e3179cce59ceeb26d86b9d39 0.00 MB 1 0
44,504 44,504 000000001f6f94cd2ada1f9822d211f177be778f1df6499fef505b64498b3be3 0.00 MB 1 0
44,503 44,503 000000000f6712b54bf1a89ad39fdec15fac32ab244fadf9cc5dae4d61f2730a 0.00 MB 1 0
44,502 44,502 000000002db9d0952c859f52c6677de1c6ce84ecf288945cce99f5454d6cd664 0.00 MB 1 0
44,501 44,501 00000000157dbd4cb187c34b2f41ba8cf7327b11ebf913f13de2eb895020af91 0.00 MB 1 0
44,500 44,500 0000000024ac83d64bd7dd9073765318d5a94059707cab5dad87b9caa3e24146 0.00 MB 1 0
44,499 44,499 00000000370319807079a966cd60fa9d6eb3f597ce66d1312bd2444ef30cfa11 0.00 MB 1 0
44,498 44,498 0000000000b6d1de3996e42a3d21ac8f25da6a7e5aba85e958ea002d61b03574 0.00 MB 1 0
44,497 44,497 000000002c7a9c59327f761ce581b0c514ba254ea7732f7cccf8541af6a9b998 0.00 MB 1 0
44,496 44,496 000000002983fc5d1e550a8712418e5e00c21a6dd34c0f21dae8d3f9b86ca737 0.01 MB 2 0
Previous 10 blocks ↓
Total Size: 771.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,923.30 GB sent, 106.28 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.