Loading Tool

Explorer IconExplorer

Memory Pool

81,031 transactions
29.98 vMB
0.07732026 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 050ad85e399f08f8d3eb219b141d2a393fe7367ee6cfb469ae9d2cef2d667a9b
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 6fefb4e82b51de7df58453babb4335b9b2e945e341c48754223a78cfcebe3ccf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,013
Size: 1.00 vMB
Total Fees: 0.01613513 BTC
Feerates: 502.67 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (92,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,473 822,473 00000000000000000003bc300e3531e2c0991b63ba1b4019d27254f75b0c8a28 3,749 1.00/1.00 vMB 101
822,472 822,472 00000000000000000001e33f9206499b4c4f36558ea4514ec71861be3fd0c9bf 1 0.00/1.00 vMB 0
822,471 822,471 0000000000000000000128c5b1d47338a3d019da226db23d5954e2af2a4711b5 4,579 1.00/1.00 vMB 99
822,470 822,470 00000000000000000002ad6556f9b9e37fb9e56767fb77177289f53cab99a83f 3,077 1.00/1.00 vMB 229
822,469 822,469 000000000000000000019b6e3f4eb297575a372730df2cf8bf90a48aa4bd200b 2,378 1.00/1.00 vMB 86
822,468 822,468 000000000000000000022608eb66429e5c534f57753dc942f2fb3e4da516ebf5 3,249 1.00/1.00 vMB 148
822,467 822,467 0000000000000000000159fafd8b8695826b21dee9e4af470d756c17c57b0c18 3,756 1.00/1.00 vMB 99
822,466 822,466 00000000000000000001b8439418963b5f2621e1f0c7eabc93e92373019987a4 4,187 1.00/1.00 vMB 132
822,465 822,465 00000000000000000002cc2c80146efefaca82191eaa2a3dac2c0e0c9227a3aa 4,946 1.00/1.00 vMB 89
822,464 822,464 00000000000000000000f5cf059d3a593c0d914b821a2d31544273b2b5df6d91 3,864 1.00/1.00 vMB 128
822,463 822,463 000000000000000000010ee048bb28c301af4423f516e7ab0de2588052b1ef66 3,059 1.00/1.00 vMB 193
822,462 822,462 00000000000000000003de06386b3cc21d593ab1fa1b1d24f7a63d1a07fe9e5b 2,619 1.00/1.00 vMB 86
822,461 822,461 00000000000000000001053dce4a87ad860096faf088ec2594e29fd3ca256e71 3,077 1.00/1.00 vMB 144
822,460 822,460 00000000000000000001ecbae986cd4bcac266ccf1415dbcf3018cfc71546085 3,657 1.00/1.00 vMB 119
822,459 822,459 00000000000000000002ddc302688a1f01672412daf376ec0ea966ea245aa44f 3,997 1.00/1.00 vMB 132
822,458 822,458 00000000000000000001b2c557b016eb553a79bab4cdfd9c54a9936f0554ae55 2,675 1.00/1.00 vMB 128
822,457 822,457 000000000000000000024468f81ac65bac50fc5184fb6ed55b3e6cc318b454a1 3,678 1.00/1.00 vMB 144
822,456 822,456 00000000000000000001c5c3dda4146682c1db069df36a85ad8652dcd5e2a0a6 4,439 1.00/1.00 vMB 113
822,455 822,455 00000000000000000003ea662d4a86a5064257a256483ae0adf33af91448eef0 3,277 1.00/1.00 vMB 148
822,454 822,454 00000000000000000002f6747a30cb9be13f2e51d26ea3e8882fa5b37f10858e 3,843 1.00/1.00 vMB 118
822,453 822,453 000000000000000000032786f6dd0fedc6ba546dec8c10d771786fa14e801acd 3,202 1.00/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.