Loading Tool

Explorer IconExplorer

Memory Pool

83,834 transactions
31.78 vMB
0.11927421 BTC
Random Selection Loading Transactions
Max Size: 194.09/200 MB

Candidate Block

Mining Attempt 8a4e7a68b4768825b397a78b198a408f60576af4a05906f9bf4e9da1fc019ffb
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 9061f5315123743dd8e8f75bdd6f7c88d00253b5616f1625bca021a562e2bd77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.04278830 BTC
Feerates: 301.05 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (469,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,677 445,677 000000000000000000af886bf19e046d7516de6cb807dab3848b09c66c000328 2,859 1.00/1.00 vMB 97
445,676 445,676 0000000000000000014a6d5a8cadfcda093a6598d029b51a6881a107577df70c 2,488 1.00/1.00 vMB 91
445,675 445,675 00000000000000000009f58d47dc0143ae6b9c2709960a94cc2b7e100d9789a8 2,378 1.00/1.00 vMB 112
445,674 445,674 000000000000000001f5dd0bd7a52ab08c51017a173bfec3099f24daaa3af78f 2,754 1.00/1.00 vMB 73
445,673 445,673 0000000000000000031f64de89f07da220ef523a5973989897291cf0c21d7828 2,399 1.00/1.00 vMB 104
445,672 445,672 00000000000000000109fe2b78eaf2ad1ff54cd60df9ed6aebc46c9f313163fa 2,463 1.00/1.00 vMB 109
445,671 445,671 000000000000000002e002976e890a68365ce02804db8d972108ca9bb955314a 2,368 1.00/1.00 vMB 77
445,670 445,670 000000000000000000626350e238038f26d1bc7b4c8df61acc05a8f2509a8bc2 2,606 1.00/1.00 vMB 102
445,669 445,669 000000000000000001719b9eee6e9bc4a28fc259aeeedb0f257f975647a038f2 1,480 1.00/1.00 vMB 82
445,668 445,668 000000000000000000987ae9806c2622bf8b8411627e69a269a615c7f4da7385 779 1.00/1.00 vMB 74
445,667 445,667 0000000000000000027d238b608913e756a904f4b2f64f15b2343547adf03e9d 2,880 1.00/1.00 vMB 108
445,666 445,666 000000000000000001a345daa01b6592ded0f0a0caf724561bfe59c61cf71cd5 2,035 1.00/1.00 vMB 70
445,665 445,665 00000000000000000001855ac7e5a26560e685895133a8827c5ebb81c2d09f86 1,494 1.00/1.00 vMB 48
445,664 445,664 000000000000000001c8bacfaa9403c5ea65090036d8e15fdfe32b03fddf1c86 562 1.00/1.00 vMB 50
445,663 445,663 0000000000000000003ecfb1e26a9715d12f5d168e206c25811c557ce3cf9bec 2,237 1.00/1.00 vMB 74
445,662 445,662 000000000000000002682ace7b207f4a0c5bea90dc3c20435a46ea3a24337393 2,915 1.00/1.00 vMB 86
445,661 445,661 000000000000000002a91222d7f53a6a4254004aa6b74f172f8f2c72d5a80721 2,485 1.00/1.00 vMB 78
445,660 445,660 0000000000000000027058c7fa09c0ee89624ee42d416909d86debc8ab19f659 2,254 1.00/1.00 vMB 67
445,659 445,659 0000000000000000035fc266e6c95937c67da852f2ec07326551efd4796c419f 3,263 1.00/1.00 vMB 72
445,658 445,658 00000000000000000118650dd5a3963bd2bc9bccedff10c4fadba8ce04a81c19 2,440 1.00/1.00 vMB 99
445,657 445,657 000000000000000001098a8ff394de8d8327c19fc246bb8fc34d8c315f76cb2a 2,705 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.77 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: 709.34 GB
    • Received: 16.89 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.