Loading Tool

Explorer IconExplorer

Memory Pool

72,274 transactions
27.85 vMB
0.05891912 BTC
Random Selection Loading Transactions
Max Size: 165.34/200 MB

Candidate Block

Mining Attempt 6e8445d63e08af2131588cd50c6569bf23e2206706ff3e0661065cd50cc445b8
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root ec8ac9cfc4cead69e93d8165368e9074b21f9a4023a2addf26a583e69b250f74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,821
Size: 1.00 vMB
Total Fees: 0.00333682 BTC
Feerates: 12.53 > 0.33 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (315,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,144 599,144 00000000000000000014b817152b0c5bea2133eebfbdd26daba301b9f74e49ae 1,064 0.28/1.00 vMB 21
599,143 599,143 0000000000000000000c57dd2c81be6be220a80ae69b7c22cb0963dbfb4a0288 3,139 0.91/1.00 vMB 19
599,142 599,142 0000000000000000000d6a8b400846cf2c64766e7291f74b1d7b637c729e3a09 2,481 0.78/1.00 vMB 16
599,141 599,141 0000000000000000000655e9ce8179804be2702b0a1ec83e5c66587c84c6f441 148 0.04/1.00 vMB 23
599,140 599,140 00000000000000000001d5170a31a9bd5cf5cf9ed37df177f0e200d424cc4a88 558 0.18/1.00 vMB 18
599,139 599,139 0000000000000000001128c592a77d03a692e37ee8fc266ad2535347f3f0560c 128 0.07/1.00 vMB 9
599,138 599,138 000000000000000000017ac7d4b774a3fc7cc01751ac5d86ee26ed2e88a87f10 1,590 0.42/1.00 vMB 16
599,137 599,137 00000000000000000003672ee022c3d1b4d3d3e4e44aa29db09ea40156f3808e 1,967 1.00/1.00 vMB 22
599,136 599,136 00000000000000000003a5028288c7b4d1e1d42c1928419413a84d85ba182695 1,839 0.83/1.00 vMB 12
599,135 599,135 0000000000000000000c8a09b3e6471ca8d20daf9b5cc8d84e2d0da69fd8e75d 3,341 1.00/1.00 vMB 17
599,134 599,134 0000000000000000000548a0df71f88b0784c53495e17dd1acc6ce141c0d349a 3,228 1.00/1.00 vMB 12
599,133 599,133 00000000000000000013bc8ca31a9553fe40f0bbdc22c17b35809eb2031a2f34 3,472 1.00/1.00 vMB 35
599,132 599,132 000000000000000000055ea7be72fad064f559f0a6a3fe95caf59082d0f76802 1,284 0.48/1.00 vMB 11
599,131 599,131 00000000000000000003f8b8101a268a16701c47e27d4d76fc4de7a497470227 2,648 0.92/1.00 vMB 17
599,130 599,130 0000000000000000001552405712704ab3addb237fa36a1841d792b357a0a460 1,002 0.26/1.00 vMB 18
599,129 599,129 00000000000000000012f4edf75de531e7fa1973d8fa9c2f8822992cfa284494 1,656 0.42/1.00 vMB 4
599,128 599,128 0000000000000000000adda2fe5c72dcd9eca54daacca951cf38c15c3ff089c2 3,372 1.00/1.00 vMB 32
599,127 599,127 00000000000000000000b76971571e919e98f6565437dbd9bd102cd28f7543c5 1,187 0.30/1.00 vMB 12
599,126 599,126 000000000000000000021778ffa5b20c38f2eed2bb965086bd414625c489ce1c 149 0.04/1.00 vMB 17
599,125 599,125 0000000000000000000e3c977cc20407510777c35138d07c509a125a191dbd49 2,541 0.67/1.00 vMB 12
599,124 599,124 0000000000000000000e32ee4c6fe5e753b1258e9edd5b8234f774578c8a55c2 1,314 0.36/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.60 GB
    • Received: 15.54 GB
  • Uptime:

Notes

  • 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.