Loading Tool

Explorer IconExplorer

Memory Pool

78,802 transactions
29.47 vMB
0.08342069 BTC
Random Selection Loading Transactions
Max Size: 180.40/200 MB

Candidate Block

Mining Attempt 36d4e17c33af7d4ca0fd0e251695e3337b8f0ac6ab10d2b75ab329c76cea5468
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 80942adacf0fcce8208a6739e4586c0d0f6b2b97cff0529a60fffb3577485a77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.01872269 BTC
Feerates: 301.25 > 1.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (90,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,461 824,461 00000000000000000001121ff879e8f09c67f7059954c2cf591c132b25839a96 3,029 1.00/1.00 vMB 86
824,460 824,460 000000000000000000036b8008575f154b291d57e2a9866eb9a57f1a4de809b9 3,437 1.00/1.00 vMB 67
824,459 824,459 00000000000000000002bc02007c0e7714ed9cc693ec7230cb4bc3e216b7ba96 2,959 1.00/1.00 vMB 81
824,458 824,458 000000000000000000007e9e7145d1bada890f582c5b19b9ea142777312ff6aa 3,581 1.00/1.00 vMB 99
824,457 824,457 000000000000000000005a2635fb8ac5bd80009dc6bea1a228251b6b52337db3 3,740 1.00/1.00 vMB 104
824,456 824,456 000000000000000000000bcbb0436ec2ff36f9d6c9318a0063b680c25ed59a55 4,858 1.00/1.00 vMB 77
824,455 824,455 000000000000000000030c6384f44e840d4626e0ba6fd42a25ceb7e8b8c7771c 3,520 1.00/1.00 vMB 64
824,454 824,454 00000000000000000000f7ff24d375fc0bd57e9d35e1773e18ba50eec3277b67 3,437 1.00/1.00 vMB 108
824,453 824,453 00000000000000000002a38ebcb9ba113b59371307eb3727848fd17edc4e6632 3,281 1.00/1.00 vMB 82
824,452 824,452 000000000000000000011e34d43aa1056c7655b9fdd6516b35294669d530c6be 3,408 1.00/1.00 vMB 100
824,451 824,451 00000000000000000002e5f6440ae741bd59d07c9b324600062bd92cdf2acb47 3,368 1.00/1.00 vMB 88
824,450 824,450 0000000000000000000371cfe1274d0a5ea8784779f64e34c98065a6dae5280d 3,953 1.00/1.00 vMB 77
824,449 824,449 00000000000000000002b00c29ae5826fbf68d87295bf392dfab6f3a548cba11 3,894 1.00/1.00 vMB 79
824,448 824,448 000000000000000000037a0f895f3e496e3cd3019663d770c2edee62cc66602e 3,589 1.00/1.00 vMB 92
824,447 824,447 000000000000000000011f1cc3c97cfb005f9d68f021c0e8250c0f00b2148f05 3,286 1.00/1.00 vMB 90
824,446 824,446 0000000000000000000379c7aefeaf9657f68e46474a66f0063277f56cea4003 3,318 1.00/1.00 vMB 88
824,445 824,445 00000000000000000000239c7b4d334afc0f1701c7d76a4695fca9fa340d0765 2,631 1.00/1.00 vMB 59
824,444 824,444 000000000000000000016e1916d655ad057b871654ba1006d267b2f7c8f6ab9f 3,698 1.00/1.00 vMB 90
824,443 824,443 000000000000000000026902dc2d988f14ea982703e69012f82b825f3e35b169 2,686 1.00/1.00 vMB 59
824,442 824,442 00000000000000000002a27d5b20fe333d1ea0cf4940d39e9f34a7dfb5390a7b 3,846 1.00/1.00 vMB 85
824,441 824,441 00000000000000000003da8102f1721418d2a3d6a51a73ce628b333e9253e2e2 2,701 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.80 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: 710.03 GB
    • Received: 17.01 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.