Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,181 transactions (1.59 vMB)

Priority:

  • 1 sats/vbyte = (4 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
911,978 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,830 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,977 (882,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,456 29,456 00000000142fd5bdc805c4fd0ac0b3a2b8502a883ed5f448abf58cc044ec9ccc 0.00 MB 1 0
29,455 29,455 00000000dd7deb1050f737b9fb24939d1a9be62144d5a318cf7e8360684f4e51 0.00 MB 1 0
29,454 29,454 0000000073c710c4e3fd95d9df1e13a8c0f8c1d75b63b8210b0b5ed42a218c7e 0.00 MB 1 0
29,453 29,453 00000000fb3ad26b923c3b7ac58d56c9c227656a56daf27ff46c84622eb259c9 0.00 MB 1 0
29,452 29,452 00000000f096e2fbcec7ad8f39d6ac6da3fa832efee9e5383b037e8dc8f163d1 0.00 MB 1 0
29,451 29,451 000000009d38c0b08df620c087fe61fcb6ab9a8009e750914ad55f2232630291 0.00 MB 1 0
29,450 29,450 0000000052a2a6bbb57ce3a79398adb02f7e9437064e09367683edb02788cc9a 0.00 MB 1 0
29,449 29,449 000000001d6abfe1032f9954747123cafd87d82adc2d82e42f16fd3982a83f5a 0.00 MB 1 0
29,448 29,448 000000006fc933b270d62b8a5730cf5a35d592d93734fdbf9b7dca4175dd0a4e 0.00 MB 1 0
29,447 29,447 0000000016959cabf345edefddfe5f2f17607f208513c2a432887d1253541b80 0.00 MB 1 0
29,446 29,446 0000000040a3d8f75a4b19519e6e72b11f2bc646b5ebe1ea18f5a5408dbd4d40 0.00 MB 1 0
29,445 29,445 00000000def23239b25564766b104850ba1439cb18bcc12a75dcdbbfa98dd42c 0.00 MB 1 0
29,444 29,444 0000000090cdcf88c79c1cb066de18aa041d0cd8973e061439296a8f7eca5779 0.00 MB 1 0
29,443 29,443 00000000e9abd8719571ce8d0413fa686f411c55db39e4751ec8c048eac62882 0.00 MB 1 0
29,442 29,442 0000000021e54fbe15fc1982ff44d0ed1d5941ad9141db4593f0d58d3e89aa3b 0.00 MB 1 0
29,441 29,441 000000006279d86c72a3f02f65f719fdb8d4cd116e5ab84eabece08f6660db7e 0.00 MB 1 0
29,440 29,440 000000007b72ad27a7f6ca2ac1d8a70ff3962fe90d743eee05ecd8957c9c0401 0.00 MB 1 0
29,439 29,439 00000000380bdf1a6ac39580efa787c542d44f700df63aa139b870ca89c37d04 0.00 MB 1 0
29,438 29,438 0000000010e7a84660484e8a8e08f4440c19ece7c0717ca5ac5d1a2f6b1ade40 0.00 MB 1 0
29,437 29,437 00000000663e873ee94e3728e6e93604d83c908c387439bd0e612fac1a0f6b4b 0.00 MB 1 0
29,436 29,436 00000000758ad39557262ca1b8964d1f744495791b51821fc672abd10706bb5d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.04 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,500.43 GB sent, 133.67 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.