Loading Tool

Explorer IconExplorer

Memory Pool

44,280 transactions
26.56 vMB
0.06124156 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 06fb525224d0ebc782e0ed9f6772108c980d1704b59f4c831e5b60fc9881413d
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root 1b5c0b805a78bac61594192bbf044ced20a9ebd2d6c5ffe3cf0d01d502b302e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,999
Size: 1.00 vMB
Total Fees: 0.01254737 BTC
Feerates: 140.50 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (906,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
8,457 8,457 000000006ef058072941c3af8ff373e2a8fd59fe1caf0c6795b2cc54d1fa2d71 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.92 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.05 GB
    • Received: 12.81 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.