Loading Tool

Explorer IconExplorer

Memory Pool

81,515 transactions
34.22 vMB
0.14198299 BTC
Random Selection Loading Transactions
Max Size: 194.83/200 MB

Candidate Block

Mining Attempt 6205e4aa395ab863e7363e408fd2801bc1951512ca0793c12b958c71bde28e62
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 9f286b780f8c7e0a89f840d8a8a19bc81c0d1bce719cac19909319e86fd4fba9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,804
Size: 1.00 vMB
Total Fees: 0.03066213 BTC
Feerates: 150.78 > 3.07 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (472,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,517 442,517 000000000000000000a9bcbe5241c39225e23b9a7777727ee1534ac8171206b8 1,795 1.00/1.00 vMB 53
442,516 442,516 000000000000000003bf70ba692485367acc29ef560f0708eb001dce321ff7e3 1,439 0.75/1.00 vMB 84
442,515 442,515 0000000000000000027322473c39bb7bd98c586a25f1387e4ccf5d353d457540 2,384 1.00/1.00 vMB 90
442,514 442,514 00000000000000000041a3ccda54a47c44743d7b03504acf054572d6eb5702d1 2,597 1.00/1.00 vMB 76
442,513 442,513 000000000000000001a3cbdb357a849f176941dc3b7adf86ed687c3a7e14eff2 2,118 1.00/1.00 vMB 74
442,512 442,512 000000000000000002151e384bbb875569bc4c48c439b6a0b50ec181ca481bd9 2,344 1.00/1.00 vMB 96
442,511 442,511 0000000000000000001667c53a5fb9dcdf914140eed7d728518256e8276b9584 731 1.00/1.00 vMB 153
442,510 442,510 00000000000000000266004f9e720935aed7c947a61b9bff313af0de3ee173dc 1,802 1.00/1.00 vMB 98
442,509 442,509 000000000000000003585839dee1257656c787347b29125d4d7245c5852a3ce3 1,873 1.00/1.00 vMB 62
442,508 442,508 00000000000000000385201dcf4ba506c5af5fb72aa164284f283f933a38e957 2,327 1.00/1.00 vMB 68
442,507 442,507 000000000000000000462e4df03674622a12f291ec9012ec3e30fa120a19f5e6 2,604 1.00/1.00 vMB 75
442,506 442,506 0000000000000000011d70d85f17cfd16f1bc48e7d994bd33c69d7481a525a8f 2,226 1.00/1.00 vMB 84
442,505 442,505 00000000000000000005d5767da0f55a29fc11fb02b9ac53cf35526110b51f59 3,220 1.00/1.00 vMB 111
442,504 442,504 00000000000000000085dd5a187e558adecf0e83f6b02d79d2ed0cc1a49b9fc6 2,798 1.00/1.00 vMB 72
442,503 442,503 00000000000000000156c03425d30ff01a6664c28646076f771f67c496d86083 1,954 1.00/1.00 vMB 70
442,502 442,502 0000000000000000039db39d92ca5103f26d3dd75a32ae6462180265a3179d3f 2,662 1.00/1.00 vMB 107
442,501 442,501 000000000000000001aa7485c329cc84c9b0fbb18e5c1e8664ed78967d5b46eb 1,056 0.38/1.00 vMB 79
442,500 442,500 00000000000000000361f53ad0c51819f6d7d3371ebe0ac3d15a2ba0e59945a6 2,088 0.82/1.00 vMB 74
442,499 442,499 00000000000000000292f73799a1b7c9635cf0c77eac59d084678c898304a2b4 314 0.12/1.00 vMB 74
442,498 442,498 000000000000000003231f54a41b3197c0216d035a97056728c0f70b1406a1e8 1,011 0.53/1.00 vMB 62
442,497 442,497 000000000000000003aa48932553bf2e0bc5a6e8f7d57ff1897f64d8ce840659 2,188 0.95/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.10 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: 728.07 GB
    • Received: 18.47 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.