Loading Tool

Explorer IconExplorer

Memory Pool

82,788 transactions
31.93 vMB
0.09685355 BTC
Random Selection Loading Transactions
Max Size: 189.86/200 MB

Candidate Block

Mining Attempt 5db5e94d95508cf2e8c62c608eb0207ebea5bf9b47e95c3138372ec4ac74139d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 977f500b888bf57c01ad8997647f020c68236b4b3d85f0a805820b4055d9024c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,253
Size: 1.00 vMB
Total Fees: 0.03313374 BTC
Feerates: 170.36 > 3.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (197,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,261 717,261 00000000000000000000d36bab6d758d0b8d21680f940bf4fe446238fcdac247 1,150 0.38/1.00 vMB 10
717,260 717,260 00000000000000000001c7bc55ddb1d2188a8eba0d65a67b0c08bbe8f78e4d29 321 0.11/1.00 vMB 10
717,259 717,259 000000000000000000011fef4e8c0c92eb66ad3c8f41ca196773ee2eaaf0cb03 1,627 0.66/1.00 vMB 6
717,258 717,258 00000000000000000000709761bc1c99420fa758da27c11d0bbb5341b3320576 2,079 1.00/1.00 vMB 29
717,257 717,257 00000000000000000008d50df5da975672d55b28b77b0e299b6cac6b005b5276 149 0.03/1.00 vMB 13
717,256 717,256 00000000000000000002785120b5cfebcc85a7f0a526e10c3809a7f9d4674703 900 0.34/1.00 vMB 9
717,255 717,255 0000000000000000000a20759493baccc9868ea7c758db394b9fba7f3a25de7e 297 0.30/1.00 vMB 2
717,254 717,254 0000000000000000000b000898c5357fa95cdd887d0c6221c68671e586e0c165 1,144 1.00/1.00 vMB 6
717,253 717,253 000000000000000000072d9fe2f70a83f31f7bba01863c841eb34ee8d50dfa81 1,474 1.00/1.00 vMB 10
717,252 717,252 0000000000000000000ae2d3e4e5b8a97466fcc6cd0c587a39bf447ef73d93af 162 0.09/1.00 vMB 8
717,251 717,251 0000000000000000000a90ea44043406b68ea6db21ffde0b7cdc177e5694c558 734 0.37/1.00 vMB 4
717,250 717,250 000000000000000000051d589112bb579c4a49fccd6db267839228393f3258c5 2,252 1.00/1.00 vMB 6
717,249 717,249 0000000000000000000b0f98b32b3b0597c12936912a4fccb0d3b883887b62e9 2,469 1.00/1.00 vMB 17
717,248 717,248 000000000000000000084b1a4a8897c89a47f9e786343a903edca9d8cc9b9d8c 572 0.25/1.00 vMB 9
717,247 717,247 0000000000000000000909f6076f3508d29e7ddedefce6890d6631ab341e0d5d 1,201 0.40/1.00 vMB 11
717,246 717,246 00000000000000000008f2efc6ebc5e1daec9f3bf13228335a4ea4c3fe72e321 950 0.45/1.00 vMB 10
717,245 717,245 000000000000000000041cb2311ffa8d0f2e5d3dfaad2fd54fae57e6b37efd80 63 0.02/1.00 vMB 6
717,244 717,244 00000000000000000003d6444b435fe18cc7ccd96b472a6c297daf8d7e7d3d10 742 0.58/1.00 vMB 4
717,243 717,243 0000000000000000000a3483dcd26f10ff6e1f07afdd085218d804558ff331bc 1,849 1.00/1.00 vMB 8
717,242 717,242 00000000000000000007d97fa9930430011be0120f1d9381cdb14127f8fc1c89 2,219 1.00/1.00 vMB 12
717,241 717,241 0000000000000000000086b261daaed5d3fd58005bda4e614ac3af885bffa78d 1,031 0.66/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.31 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: 658.75 GB
    • Received: 14.58 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.