Loading Tool

Explorer IconExplorer

Memory Pool

45,235 transactions
27.17 vMB
0.07274697 BTC
Random Selection Loading Transactions
Max Size: 143.15/200 MB

Candidate Block

Mining Attempt 02e0bb4a3277ffef979fe2352798debe190e3ac503b2da413a96f810be2c11f9
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 21de5f1b514221de56b211c57d9db2abe3e3062aae9555c7c12fd66436e5b00c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.02221194 BTC
Feerates: 251.72 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (906,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,482 8,482 0000000066ecd95009b387adb205ff97f50ace90b8bfd79825346336217b5ed7 1 0.00/1.00 vMB 0
8,481 8,481 00000000bbcf0f70ad511e58f5495e5d508e2150c62d49070f77731cf118e96b 1 0.00/1.00 vMB 0
8,480 8,480 0000000061c6c683046cd91a002a8fd61ddd0ed4ca11667348b04fc50abc8db2 1 0.00/1.00 vMB 0
8,479 8,479 0000000041972e5277b5b27d91bf2661cbad02cbcaba2fcfe70512bb07676041 1 0.00/1.00 vMB 0
8,478 8,478 00000000c47e8c24b8c0fc198f9c3e45d722b6bb6fbab723640e2c429b19ae7e 1 0.00/1.00 vMB 0
8,477 8,477 0000000075e862acce4e5848b4ce79399db17cf0c1d72bb2f49c2bbc7de22a74 1 0.00/1.00 vMB 0
8,476 8,476 00000000ba01b873f18e03b73830aca04d0b86f579d0fd954ec57cab670fa305 1 0.00/1.00 vMB 0
8,475 8,475 0000000018c1efcca692a91d096b44017da704c1c116704cee7e032b9e38397c 1 0.00/1.00 vMB 0
8,474 8,474 00000000c4a3de36e3cfcfc042b3353626ad0a8b7e62f609c989b838a1883934 1 0.00/1.00 vMB 0
8,473 8,473 000000009e77338b1278e3217b90f4a7c88cb53bb01bd666d99f0b89ecdf846b 1 0.00/1.00 vMB 0
8,472 8,472 0000000060a235bdf172870b0c60ed0d48a1092d3085453f3f7c37b555efaa90 1 0.00/1.00 vMB 0
8,471 8,471 000000005ad203e8aa4c00fe3ccc9097b33c893d04b46e1f35f210aea77b2ba7 1 0.00/1.00 vMB 0
8,470 8,470 00000000a1c399b788ce10f273b62831ba6ba63b799a3079aa2c886414f4bbb4 1 0.00/1.00 vMB 0
8,469 8,469 00000000851624ac180d0f9a3a177284acef027c12821b0905c8b5c2e50e4e34 1 0.00/1.00 vMB 0
8,468 8,468 00000000c30fa668881fa6feac36d66ded25a322e0ddc3304d60472b41d4bedb 1 0.00/1.00 vMB 0
8,467 8,467 00000000ea4bee90153cf8ec446427110d978bcb3b157b6199dacac92e8b9858 1 0.00/1.00 vMB 0
8,466 8,466 00000000fe37ad71656b4d9038de26a234982550e3c867422b2e7fb918b457d9 1 0.00/1.00 vMB 0
8,465 8,465 000000004eca954c4a657354cbdff294b4c09807607dd468aedbfd1f638a7631 1 0.00/1.00 vMB 0
8,464 8,464 000000007c7efc06681fd184359b6207adc6d6108a9d421ddfa8e901dbb49b7e 1 0.00/1.00 vMB 0
8,463 8,463 00000000e017389c0490147e53ff28845b007ed51fcdc5e54f50fcaa3831d2da 1 0.00/1.00 vMB 0
8,462 8,462 00000000fad20effda3e87cd77d15cad42364b58f66fca28dda4b34363c671a7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.