Loading Tool

Explorer IconExplorer

Memory Pool

54,142 transactions
32.16 vMB
0.18343367 BTC
Random Selection Loading Transactions
Max Size: 172.28/200 MB

Candidate Block

Mining Attempt 3cc97ff8c13ab5395ad28f44b607baa72dd9479adddc1795d61bc429d86adb84
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root bb0cea3e5e1c2b5d0abae5c2067d1a5b2a298cb24d715a4e99ee09236692d3b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,964
Size: 1.00 vMB
Total Fees: 0.08053038 BTC
Feerates: 101.66 > 8.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (168,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,463 746,463 00000000000000000000d8737a36bc6d33f2a264be5d1fea2f2929cfd922cc46 1,709 0.75/1.00 vMB 48
746,462 746,462 0000000000000000000571956309fa5b468f2b7d6f777ce8967b4b8eb5361867 496 0.21/1.00 vMB 16
746,461 746,461 00000000000000000002a8e73d2e0738eb67d4d05c0ff7838835531fe12a93c9 1,914 0.75/1.00 vMB 9
746,460 746,460 0000000000000000000313d70b3ba498ea6b4f796646210d3f6aecbaf94b3fa5 1,152 0.37/1.00 vMB 10
746,459 746,459 0000000000000000000631c3ca12972e25d1c754e9f97708e460802230c665c2 1,486 0.50/1.00 vMB 10
746,458 746,458 0000000000000000000787ccd79097959dfd65eb0bafd881048bef4deeb383a5 548 0.21/1.00 vMB 11
746,457 746,457 00000000000000000005aba59d8902ae24e329e68c23ac20408e7c49b943f147 1,480 0.88/1.00 vMB 2
746,456 746,456 0000000000000000000424b8ee8e4f787a2370238f81ba22022a2556376d9b8f 2,623 1.00/1.00 vMB 13
746,455 746,455 000000000000000000021d635e39e1bdd0f5425384c93f6a6be652a4f7ee6f37 2,942 1.00/1.00 vMB 15
746,454 746,454 0000000000000000000155c3b173166870e584cd506635e8d936c2d509cf69bc 2,640 0.78/1.00 vMB 10
746,453 746,453 00000000000000000007dbd287c3fd5f5b5d89093836a92ada6e9c249f824201 1,705 0.50/1.00 vMB 11
746,452 746,452 00000000000000000005336ecae64a7e3b6eb490970b2bfdee2b1103565b20db 2,027 0.96/1.00 vMB 7
746,451 746,451 000000000000000000097bc1deec1f5868f6c858dd385abe4103230e6d3ca0f9 1,770 1.00/1.00 vMB 15
746,450 746,450 000000000000000000091b08f91eb8aa76019b2e9e302fc2a9c3f168d4373692 423 0.12/1.00 vMB 12
746,449 746,449 00000000000000000008f98f13c72b4c453e905abbad0ffa5a808ee537af6c59 536 0.17/1.00 vMB 10
746,448 746,448 000000000000000000015b6a40f957ddc814ced0e152a386054e46dfb9ffe976 1,589 0.52/1.00 vMB 9
746,447 746,447 0000000000000000000805d744db05099aa43dbabbe0bcf8eb23844903dea39e 803 0.27/1.00 vMB 11
746,446 746,446 000000000000000000062a3fb0c36a21c8dcb5c08ecf0402540831f80f69a3ca 2,503 0.96/1.00 vMB 5
746,445 746,445 000000000000000000056918a8879a449aafec27e56c468aa3c145d1f923ab63 2,592 1.00/1.00 vMB 15
746,444 746,444 000000000000000000063d9743ae79db121bf8136beeace5c835f5c317b76665 1,192 0.72/1.00 vMB 7
746,443 746,443 0000000000000000000978b04c29deb06a73a260d9d640b376ba2425ff0ebe0e 2,436 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.