Loading Tool

Explorer IconExplorer

Memory Pool

43,734 transactions
26.36 vMB
0.05638221 BTC
Random Selection Loading Transactions
Max Size: 138.91/200 MB

Candidate Block

Mining Attempt 9f18594e8e12cf6cf49958219c5a47455eea5ce4f553568ee7bb2d92c45fe589
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root af633ae16e5a0b7de69a7f8185feb7da08cb3a217f0e8754f623b87a6427e695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,696
Size: 1.00 vMB
Total Fees: 0.00821055 BTC
Feerates: 40.21 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (906,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
8,461 8,461 00000000f90147358404dfd986c23e2f9cac57537a7ceab02c350e2c38bb20ae 1 0.00/1.00 vMB 0
8,460 8,460 00000000d36813aaa6d2e7515029679f142b0a42be684e23e91498648bacb7b9 1 0.00/1.00 vMB 0
8,459 8,459 0000000030c24b159bdf032c24fb14eeb798320e9f4e11d636aeb8eae48b9e71 1 0.00/1.00 vMB 0
8,458 8,458 00000000af567d147c0ff1353285ad51e2b904c958b36c45e5d4a99c124d6092 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.93 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.42 GB
    • Received: 12.85 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.