Memory Pool Memory Pool Refreshing

11,839 transactions (3.23 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,444 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (864,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,527 44,527 00000000235188d72530c3ad5a2b786c12b832743ed88339aabd1b61b340038e 0.00 MB 1 0
44,526 44,526 0000000037fef6e5a49edabcd803f9fb1611ef46055db16f8236865507e35103 0.00 MB 1 0
44,525 44,525 000000002f8a956c2616c2b130f8a7bfbb0b7944fe8990987410985b84d819bd 0.00 MB 1 0
44,524 44,524 000000002cdc6373eb9a97c9b982adf548ec32d01899c9dad4dfb740d848b254 0.00 MB 1 0
44,523 44,523 0000000035a21ddb246cc22c38cade05b384ebac6c618e5bc2998b054a3a5a93 0.00 MB 1 0
44,522 44,522 0000000030d1c9848b67be4bf845a3698e821db671c03550a4be63fb20e5b49e 0.00 MB 1 0
44,521 44,521 000000001e696d0673a2b074bf9e4942c6672b1c166a4b8721b56c0621911f96 0.00 MB 1 0
44,520 44,520 000000000f8aa838ddecb9ad704c8dbcc7b0f49f90b0d1d35b4a48ee4ccb2471 0.00 MB 1 0
44,519 44,519 0000000035b183187980d118389233cc8e8ef2299fdf61e5dd358cb05cfbcd3d 0.00 MB 1 0
44,518 44,518 0000000009811e41c1c63732a1ea1a06014d7f312e67e63e333ce2c6384e4ecd 0.00 MB 1 0
44,517 44,517 0000000002e66eef7efe2c94ea099be147616eae097763befc668965b599f69c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.64 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,896.76 GB sent, 105.71 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.