Loading Tool

Explorer IconExplorer

Memory Pool

84,349 transactions
31.79 vMB
0.10815371 BTC
Random Selection Loading Transactions
Max Size: 194.53/200 MB

Candidate Block

Mining Attempt 8eb797b33db118ae2b8b00bbbbc46bf52db64d0c9e37bc10107037b805155ecf
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root a20ba200d81d82ded64d3188df29fec23ae462696f94db8808f6c1bfab2b31b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.03237816 BTC
Feerates: 203.60 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (434,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,044 481,044 000000000000000000fc3f63dcd51261ebaee6a723fd89a5853560897a6112df 1,736 1.00/1.00 vMB 56
481,043 481,043 000000000000000000d65519296a65e2c457c2467d138938a1a02b4dadec1cc9 2,054 1.00/1.00 vMB 94
481,042 481,042 0000000000000000011e1ff3d42743e0f30cc4319fffe4d4c9f2f4c4f310a1d5 1,834 1.00/1.00 vMB 172
481,041 481,041 000000000000000000c6ea0c5769759e1c69ce69b2be5d7f211996ed339a0ee2 1,463 0.99/1.00 vMB 266
481,040 481,040 0000000000000000008a10f06797bdf3080c3984577b4761ff70f2409351ba71 2,612 1.00/1.00 vMB 322
481,039 481,039 00000000000000000118558b651fb2d30ab03a05eaccfe2c66713134af4faba9 1,839 1.00/1.00 vMB 256
481,038 481,038 000000000000000000f860f2bee1088d900cae307c85a83d423541a2e050cdcf 1,829 1.00/1.00 vMB 235
481,037 481,037 000000000000000000ce2fe1077011a52fdf14da012284f6d010afc947c30bd3 2,173 1.00/1.00 vMB 318
481,036 481,036 0000000000000000010e7f53e6e9d7d3a52037bd78bd52bfe610b0af15ddaf70 2,350 1.00/1.00 vMB 330
481,035 481,035 000000000000000000d3841f959d789dba3b670b1be10942ad417564073c0a6a 1,811 1.00/1.00 vMB 244
481,034 481,034 000000000000000000678e3a7d77c3de028b66b02d4959dd5caaf275fe63d129 1,732 1.00/1.00 vMB 251
481,033 481,033 0000000000000000004b9c027f09a46e54a302a432192eb047b03d599b542b83 2,349 1.00/1.00 vMB 301
481,032 481,032 000000000000000000f682a86d7dbcd77fc54209c1728275784eac1cf76ccd88 1,473 1.00/1.00 vMB 340
481,031 481,031 000000000000000000d6329e1ed7e08e3a7c0d35c46a13df4bfb939b2cac78e6 2,496 1.00/1.00 vMB 69
481,030 481,030 00000000000000000112b38f28aa4847daf6499e08df9099bebf59c2ab68a60f 2,135 1.00/1.00 vMB 197
481,029 481,029 000000000000000000973af6efc1f105fe2ca3bff3737afadbdb8c660634f572 2,173 1.00/1.00 vMB 298
481,028 481,028 000000000000000000bb9e4e3e28257414906af092fd8e689c14e29f5d038c85 2,904 1.00/1.00 vMB 64
481,027 481,027 00000000000000000126c0f4f9fdd55ca523ce566b89514f33344653d7d443ab 3,419 1.00/1.00 vMB 90
481,026 481,026 0000000000000000007bf27955d7e2a76909047befa7a7578a3c827283ad844e 2,649 0.99/1.00 vMB 166
481,025 481,025 000000000000000000f78805564a616cca4cf36e5adb1f2d7d7f4b3a5905c9db 2,730 1.00/1.00 vMB 100
481,024 481,024 0000000000000000007b58d1a0accf839e73731867d7cc552766f3818b453452 2,510 1.00/1.00 vMB 301
Previous 10 blocks ↓
Total Size: 782.78 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: 709.70 GB
    • Received: 16.95 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.