Loading Tool

Explorer IconExplorer

Memory Pool

77,893 transactions
29.52 vMB
0.10277961 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt 4c0f812c376cdd96aae24b796a40648ee5f80cfd6ac5241fd0eec5d382bb87ba
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 60982f638823e4e2c4094e07459432329d1365a6073a83dc4934f6c91f4df1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.02714377 BTC
Feerates: 201.40 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (286,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,473 628,473 000000000000000000009b57de5551f9273052e583579d7e3cdd5f5987abdd3a 2,775 1.00/1.00 vMB 44
628,472 628,472 0000000000000000000047e69f3f04aaa2fb51f47d6128139c1adc1359e28604 3,122 1.00/1.00 vMB 107
628,471 628,471 0000000000000000000e0b7c0c75127715aaeabef441040bdd22d2540335213b 2,965 1.00/1.00 vMB 38
628,470 628,470 000000000000000000058be77a87ae3fd5ed4140e044090f1d3f1a2c61437208 2,392 1.00/1.00 vMB 99
628,469 628,469 0000000000000000000c6dc8b396e74ce46d98778150a059e0bf986b04df3440 2,818 1.00/1.00 vMB 42
628,468 628,468 000000000000000000117c996ad2a1b900b6d9537881f786d53442f7d0775a23 2,778 1.00/1.00 vMB 66
628,467 628,467 00000000000000000007deefa8f5b0649a9ec22c3e2ce27455fdfd2bf224e622 2,136 1.00/1.00 vMB 96
628,466 628,466 0000000000000000000c52ed3d1734f46ee306a32312553273cf66b22f5ae98d 2,397 1.00/1.00 vMB 110
628,465 628,465 000000000000000000093a9ae3c8704aac7fc8154fac2ccfeff0f69cc5b5c078 2,792 1.00/1.00 vMB 121
628,464 628,464 0000000000000000000b18a99951f713c391b0cab2090dad1baaaf480b423c1d 2,259 1.00/1.00 vMB 72
628,463 628,463 0000000000000000000dc9f145d9e7e2a26a7d75d24860ac05c78080e7c11e9f 2,943 1.00/1.00 vMB 121
628,462 628,462 000000000000000000111091d7ba800e136ae53ae65419096046924799332d40 1,975 1.00/1.00 vMB 52
628,461 628,461 000000000000000000091d3cf3a08455051bcf1700cd2acfc8142cbed0bc0eda 1,447 1.00/1.00 vMB 20
628,460 628,460 0000000000000000000bc0a3f3b802a4c5cd3ba1a2a92177ceec3762dc9a3378 2,009 1.00/1.00 vMB 38
628,459 628,459 0000000000000000000ef8ade6398dfab7e504831b690528c534e7a157a68113 2,136 1.00/1.00 vMB 52
628,458 628,458 000000000000000000083e6b945abe605d1e7a6d1e7a4a583f9c784e568d8611 1,820 1.00/1.00 vMB 25
628,457 628,457 00000000000000000004bf69afb246b119f82f51e55d827c88e37c0aba2d710b 2,469 1.00/1.00 vMB 75
628,456 628,456 000000000000000000102d5184aaf1211aa237dcd62a2ff46b7cec66d299ba81 1,109 1.00/1.00 vMB 22
628,455 628,455 0000000000000000000dad13528a7540346755969d4eaf741ae7464d940bd14d 1,393 1.00/1.00 vMB 23
628,454 628,454 00000000000000000010cbc42a507a0199c0645989a09a72aa9cb6bf72e7903c 1,440 1.00/1.00 vMB 27
628,453 628,453 00000000000000000010f700c9093e88f4846d36951e3549c0dcb8c0a93db517 2,315 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.