Loading Tool

Explorer IconExplorer

Memory Pool

86,408 transactions
31.62 vMB
0.14676035 BTC
Random Selection Loading Transactions
Max Size: 190.71/200 MB

Candidate Block

Mining Attempt b9c4e62247bb826cf5416dc87a5fc1b930b8e2d27c4ca8a2261ef68cc9a1b39e
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d9c4293fbb2373c55fa83ea0f6af3665ed49703447959d625e1efd635df2861
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.06471220 BTC
Feerates: 214.31 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (100,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,678 814,678 00000000000000000001b6ce1ed65377298bce3c99cd4c8be22c3cb30778b10f 2,138 1.00/1.00 vMB 13
814,677 814,677 0000000000000000000219ae12de0f63facbf4c66122bc93c1e287bcb66fd22c 2,654 1.00/1.00 vMB 8
814,676 814,676 00000000000000000000e23a2837c63fa45f86143a919a04c16a8759853adb35 3,493 1.00/1.00 vMB 17
814,675 814,675 000000000000000000001e85a926ab222ff6177216cc99833ed7436c4ce353f5 2,239 1.00/1.00 vMB 10
814,674 814,674 000000000000000000023de21e03c765a2a3c47d36e56d3a04745e228fb7be50 2,812 1.00/1.00 vMB 11
814,673 814,673 000000000000000000027d8820ebfb552e5f9cf9c16a18d13a2b2860c86a69ad 846 1.00/1.00 vMB 5
814,672 814,672 00000000000000000001a11f0905b9a89ab88cf1a9f8211d785830d1a1a0c5fd 2,810 1.00/1.00 vMB 13
814,671 814,671 0000000000000000000036063d42af78ea966025743a20ea01299077afab7a84 813 1.00/1.00 vMB 4
814,670 814,670 00000000000000000003fdd0008b04c4209447057e64809a8d654445227299ec 2,878 1.00/1.00 vMB 15
814,669 814,669 000000000000000000011d7112e4af5da4e25f5cd2928fe3d0078e75f83d37c3 1,201 1.00/1.00 vMB 5
814,668 814,668 000000000000000000038f62eb4af8e917e507f5acf52f9b5bff7c19541ca2b9 2,982 1.00/1.00 vMB 14
814,667 814,667 00000000000000000003ae4fe68c279103ee36effded90a5c206d1b0ea69b7b1 3,249 1.00/1.00 vMB 18
814,666 814,666 0000000000000000000235a1ec157f97b1dd536a7d723d4456d911a49ececab3 2,319 1.00/1.00 vMB 15
814,665 814,665 00000000000000000003159de4a3fef2ec32ebfd91d669ec6a71af619490607e 2,915 1.00/1.00 vMB 12
814,664 814,664 0000000000000000000117c7667beb35121d6208d1e67c945e0543704462ad10 3,888 1.00/1.00 vMB 3
814,663 814,663 000000000000000000044b66c51aa9472e61e7f772c43f50bf28af157a585672 2,328 1.00/1.00 vMB 9
814,662 814,662 00000000000000000003cb4173d0851e2e8f7ca7190c7adbafdc4704f1bea3fb 4,876 1.00/1.00 vMB 7
814,661 814,661 0000000000000000000318f227eae111fb49b4b16764a209ba807d6e5ff1531e 3,740 1.00/1.00 vMB 4
814,660 814,660 000000000000000000033fd3850a69dd4ce72784b88a26f68809a0e7f1c8fb7a 1,455 1.00/1.00 vMB 6
814,659 814,659 00000000000000000000e126a513aace8fa9e84ee6ff155da4dd4b519f980cbf 337 1.00/1.00 vMB 3
814,658 814,658 00000000000000000001988b51ff3b256adab6d0526c0f58f21598643e565a68 1,440 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.33 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: 660.71 GB
    • Received: 14.77 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.