Loading Tool

Explorer IconExplorer

Memory Pool

78,271 transactions
29.41 vMB
0.06655776 BTC
Random Selection Loading Transactions
Max Size: 176.60/200 MB

Candidate Block

Mining Attempt b36614bd47f73173b86ca5d81370d37409a5bb7e435bb8f58aa4f8ad1cd4d8a2
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 511e8778db5455a041037cb79ed8b29955965ca90bf900a6eb72cc55f8f01f84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,743
Size: 1.00 vMB
Total Fees: 0.00681213 BTC
Feerates: 180.34 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (432,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,204 482,204 000000000000000000828e858c16bf470cc4b2a7c85af908bc95c6f6a5a14627 403 1.00/1.00 vMB 24
482,203 482,203 0000000000000000011167e5520fe44ff13ad4d1247a71d3ee8cdf08fb0938d4 1,270 1.00/1.00 vMB 126
482,202 482,202 000000000000000000a114f77a4e02373cebaaa6aef547625f3706b81ce95964 2,508 1.00/1.00 vMB 109
482,201 482,201 00000000000000000055896a44d572c5b844fc0d48566f38838fd2cafcb0ad9d 2,824 1.00/1.00 vMB 177
482,200 482,200 00000000000000000098649c40184654f7752dfb7428abf8dbc86fcd64c9d7e2 2,436 1.00/1.00 vMB 247
482,199 482,199 000000000000000000155f72edb0d0fd3cd3f4f9bf09c5cf081769e54a662faf 2,754 1.00/1.00 vMB 141
482,198 482,198 0000000000000000000642c7288ed3e6b314f6ff2f7449c3b225e89401060938 1,394 1.00/1.00 vMB 447
482,197 482,197 0000000000000000005182f1e0c2e4ea06590e184563d3ca5af21034b67d28d3 2,035 1.00/1.00 vMB 397
482,196 482,196 0000000000000000002ceadb8d6a790f3eade90b19409cc62ba158bbb51f02f1 1,922 1.00/1.00 vMB 28
482,195 482,195 00000000000000000071c855dd8a9097f6e16a7cc5dac5777fff56b5e10cbfe9 3,398 1.00/1.00 vMB 193
482,194 482,194 0000000000000000011613d85e9ea1b130f86853bf351621c386f241437871fc 2,391 1.00/1.00 vMB 196
482,193 482,193 00000000000000000019cc7fccb44d9c82d07af1d7e0db6134ac1a9bb28e2402 3,527 1.00/1.00 vMB 28
482,192 482,192 000000000000000000d61b853c391c0f89ff42ccb261fc8bee2b07601de1967a 1,395 1.00/1.00 vMB 25
482,191 482,191 000000000000000001019fa9a3ca0f343fd214efc163400cf5f46983705fa4d8 1,698 1.00/1.00 vMB 110
482,190 482,190 0000000000000000005d6e00f41224e51a241f5d4503e845afd77304574a843d 723 1.00/1.00 vMB 43
482,189 482,189 0000000000000000008ebbbebf174843c73009fedcbee8bce50dcf36ef258334 1,912 1.00/1.00 vMB 228
482,188 482,188 000000000000000000296578a0719357dcf305e23c699d498d228a992468f7d4 1,851 1.00/1.00 vMB 182
482,187 482,187 0000000000000000005826dda4c312292dc18a3f5ebc0e4496c1d6d6eef45c2f 1,943 1.00/1.00 vMB 296
482,186 482,186 0000000000000000013477c4bf22fff0e939e4b3c5d6d790961a2b3da97cb873 1,300 1.00/1.00 vMB 94
482,185 482,185 000000000000000000dc31e801a3286203a9fc73523c8cc0702acb05ed909bfe 1,058 1.00/1.00 vMB 50
482,184 482,184 0000000000000000009353d7bded5e60979ba08c9741f86115271d35588c0a6f 2,082 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.