Loading Tool

Explorer IconExplorer

Memory Pool

40,386 transactions
28.23 vMB
0.13698735 BTC
Random Selection Loading Transactions
Max Size: 144.17/200 MB

Candidate Block

Mining Attempt 03101bdb49cc9a38c0a6cef40126d1847aa9e5db623debd9fd45d3bc83a8a125
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 14357102845563fd765b6d621ab5cd86e186d31bf6b6d0df9d1ef8821f1e46a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,081
Size: 1.00 vMB
Total Fees: 0.08266383 BTC
Feerates: 102.90 > 8.28 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (342,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,444 572,444 000000000000000000089b3608c5490bd4cee864a6d441133f3003cf111d8142 3,033 1.00/1.00 vMB 11
572,443 572,443 00000000000000000023074b9901c509d14db58769d2bd0b0c4d06ab4b164f2f 3,232 1.00/1.00 vMB 20
572,442 572,442 000000000000000000058f34a7b7f8bba7c63ae02ddc3a75cd7d4e5987d3edef 2,915 1.00/1.00 vMB 65
572,441 572,441 00000000000000000015a9e1953e07c878d9d0fd1e6d0e3ec1472f993b1ffe08 3,075 1.00/1.00 vMB 25
572,440 572,440 0000000000000000001c68cc86d30fb523726a6951460b133d83d01afb4de64c 2,748 1.00/1.00 vMB 62
572,439 572,439 00000000000000000020a454b0710da45ab21e4aae852ff32d52912eccfbdb81 2,902 1.00/1.00 vMB 24
572,438 572,438 0000000000000000000c7af2180db1e73b07f686802f1e0ba966e2c98adc54b2 2,690 1.00/1.00 vMB 73
572,437 572,437 0000000000000000001c6dba05f94c9f8dfca0818cf6d75347f02cfecc1469d4 2,910 1.00/1.00 vMB 59
572,436 572,436 0000000000000000001fe951f94e7a4aa23debb0e20c841ed7abe248f505d91a 3,287 1.00/1.00 vMB 5
572,435 572,435 0000000000000000002b3cf7906d81e8bd5153a97d56ad9fc2f51ec626ea5c49 3,053 1.00/1.00 vMB 28
572,434 572,434 0000000000000000002a2d1187e36ec77f372910077d76fa7bc5afe2afd53b63 2,809 1.00/1.00 vMB 45
572,433 572,433 0000000000000000002c01ad26bd51cf1692b5560e92d073c407855a8449e698 2,731 1.00/1.00 vMB 32
572,432 572,432 000000000000000000114b36167b79b4c350ba9e307c339b4f554970e7a039f5 2,734 1.00/1.00 vMB 10
572,431 572,431 0000000000000000000e5aba5793c26252db7859b80e1fa8214b7ac59d65f45d 3,070 1.00/1.00 vMB 13
572,430 572,430 000000000000000000213929a984fe7efb1285d83150734829757f19ce64ad28 2,768 1.00/1.00 vMB 65
572,429 572,429 0000000000000000001b445c4a653d80102a60220efbe0e90209e8ae89c78bf7 3,035 1.00/1.00 vMB 34
572,428 572,428 00000000000000000005f7341a7001aa21612955205e0237ed195d87bdbd2f73 2,628 1.00/1.00 vMB 29
572,427 572,427 00000000000000000023eef4502f0616a4a749601736a878e091dccab8c22158 2,208 1.00/1.00 vMB 69
572,426 572,426 0000000000000000001b38777414ba47ab1dc15134bbeac6ca24f2be2b981980 2,561 1.00/1.00 vMB 67
572,425 572,425 00000000000000000012e25d809af19f6071f2343f6714c827e8337afd11dc1f 1,564 1.00/1.00 vMB 4
572,424 572,424 00000000000000000011827da96959c405c4b29279ec4a561b6ebee3fa799599 2,921 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.