Loading Tool

Explorer IconExplorer

Memory Pool

77,254 transactions
28.66 vMB
0.06555651 BTC
Random Selection Loading Transactions
Max Size: 173.94/200 MB

Candidate Block

Mining Attempt 6b4e5a687b6803f78d24be0690b6810c8d00bc11b5f47b5f655b226a483d671a
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root c14b61eee8c27fc4a683aac7a83d60e913d93d631456c9d6143c92fe1ab0af80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.00604574 BTC
Feerates: 100.53 > 0.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (394,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,438 520,438 00000000000000000016b5a61df700f41fc439f415a4b0b5c99e430cf624ad1c 2,130 1.00/1.00 vMB 17
520,437 520,437 000000000000000000078906bb0aa7bdf1d49a1a000f951a5228be731f0913d2 2,191 1.00/1.00 vMB 14
520,436 520,436 0000000000000000003b3be487e6d6792ea4271b72ab29b728f1696cb65a9991 1,805 1.00/1.00 vMB 49
520,435 520,435 000000000000000000063e2a9839087e736aa46306b4cb7c7a8886928a6a0951 2,099 1.00/1.00 vMB 54
520,434 520,434 00000000000000000011df0e329a63e7af88cad8a2b9473583736b47ca4fe500 1,711 1.00/1.00 vMB 42
520,433 520,433 0000000000000000002e9f5d1a9bd9fc2bace8627e0ee492dc2bfa15d5c53c7f 610 1.00/1.00 vMB 44
520,432 520,432 0000000000000000002622366508d07315891344edbff782a5a7c7889f1442ec 952 1.00/1.00 vMB 78
520,431 520,431 000000000000000000149738710ae6b85ee129d39d2fce758a075052ff846faa 399 0.15/1.00 vMB 58
520,430 520,430 0000000000000000003b4830fc19568f5d4944e111424d30fc7945c90b898d9d 1,662 0.63/1.00 vMB 42
520,429 520,429 0000000000000000002ab2f1ef0dce5375a09d7908de74973b1f674147d23a89 56 0.02/1.00 vMB 61
520,428 520,428 0000000000000000001ec891753e54727da00f234b902adbda9f2f526e76bb43 1,336 0.52/1.00 vMB 46
520,427 520,427 00000000000000000003acc7cbc37431e29fc7975df714dbd0e816cc15ced3ba 2,250 0.90/1.00 vMB 38
520,426 520,426 0000000000000000000e0e6074990b717a1b2bec25089c308d37202c58d94515 2,154 0.91/1.00 vMB 35
520,425 520,425 0000000000000000002dedabc87cd4780c8081c478f9d809cc264689635021ae 1,520 0.64/1.00 vMB 33
520,424 520,424 00000000000000000003da38b1719e943e2e6bbf3bd315e4d48603b33be71e18 114 0.06/1.00 vMB 51
520,423 520,423 0000000000000000002ce31d4f24f2716002e2d495d2ecc390216f77f13b7609 1,655 1.00/1.00 vMB 41
520,422 520,422 0000000000000000002f2a1bb7edb55ed14776da1cdc752fe81e393b12c51ecc 1,248 0.56/1.00 vMB 41
520,421 520,421 0000000000000000002e0e7331d10029ac7fd99ad93b25e7ae7e3509c1624a03 307 0.15/1.00 vMB 33
520,420 520,420 0000000000000000001ab03be3e94013c3c944d59b65d0d2ef68caeaebdc8843 1,723 0.89/1.00 vMB 34
520,419 520,419 00000000000000000024a243f206ff0f92220e5f4c01abce314fbdee517359e9 1,573 0.69/1.00 vMB 46
520,418 520,418 00000000000000000010412f64b360032db0a4da998d5eaf2ab9e5d3a8081901 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.