Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,669 transactions (1.74 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,692 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,691 (818,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,560 91,560 00000000000252f2d70a5643b4ca025c8a98cf06cdb7426a21de1ee872780660 0.00 MB 1 0
91,559 91,559 000000000008512dbc485d7f34ee459dde39ef9ede344b00a2a21bfc66892600 0.00 MB 1 0
91,558 91,558 000000000006d0b2bba5de1f206c5767f9865274fb7777e0dd0e35969dc27238 0.00 MB 1 0
91,557 91,557 00000000000c0b1b2a09879beab3213498d27cfad869d563352de0b34a93e0c5 0.00 MB 1 0
91,556 91,556 000000000002aaf87e8f057a5527c924daa88f423f1ea58144cdc35918bafe9d 0.00 MB 1 0
91,555 91,555 000000000002c1edd1f5313a32fc3d9a303ab4c0a47fe989092d676e50c728d7 0.00 MB 2 0
91,554 91,554 0000000000093729d8e500f6da444fa98551d44212a8eb8e0f010b6b8a51b299 0.00 MB 1 0
91,553 91,553 00000000000cbf6207ea16af7a4896bae33e85a803dab3d09370a37be08d1e10 0.00 MB 1 0
91,552 91,552 00000000000305a14923915a3a6cb9ff26c9dc611e8c44deffba8bf65beb2fe3 0.00 MB 1 0
91,551 91,551 000000000005d929f5c4094f27afd73710ef40f2e2b8a69fc41d573426cdf29f 0.00 MB 1 0
91,550 91,550 0000000000077d4febb64785b9e276c21e3239468b5e25eb8d3e1122a5a1a49f 0.00 MB 2 0
91,549 91,549 0000000000099d7f01b62252d4b4f89c265fa10d867b203fcd30bf40c4a6dcc7 0.00 MB 1 0
91,548 91,548 000000000002ac5136faa816866dd5fc3af6cd50561248475615607e7d0ef8e1 0.00 MB 1 0
91,547 91,547 000000000007d37a152e074229b38f6552747d40892360f01c72c0eb5c7d9e03 0.00 MB 1 0
91,546 91,546 0000000000021da8d8fc6a4adf3bc5f43d4796b1f6bcca24170faec18b132706 0.00 MB 1 0
91,545 91,545 00000000000cfe5024c03ab20511f8b1f9bda9dad068f5bc9c9468eb22b2714e 0.00 MB 1 0
91,544 91,544 00000000000a4f55507594a223e95170d8c81a735422adcc36aef70fb53a833e 0.00 MB 1 0
91,543 91,543 000000000002a769eeebdf10cbd14b6a2fed2a638232e0f3e18ea1a5b36b904f 0.00 MB 1 0
91,542 91,542 000000000003fc4ad5e1ba77cbf53d1e72d18dcb21a9b5f91de9e7e4c8d837f9 0.00 MB 1 0
91,541 91,541 000000000004d42284b86c7253421db477130b20d45284ba0e7436878e14218e 0.00 MB 2 0
91,540 91,540 00000000000db6ee60b41f8211c1ffc3b1110a3d44d571bba0a890cd37d23bfb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.83 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: 2,150.59 GB sent, 112.50 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.