Loading Tool

Explorer IconExplorer

Memory Pool

16,207 transactions
7.71 vMB
0.02100483 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.72/200 MB

Candidate Block

Mining Attempt ee8ded49ecff482cb0d33e4b1030ee06ceb0ccc7515ef73bc6e508732f66d624
Version 20000000
Previous Block 00000000000000000001e8346c4d3adf749cafb97e37f4f648b1a84a4caff038
Merkle Root 1a2ee7ca05eecf0d63d27d59139a7ded3d52645e076ba54683200bf131c67081
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,830
Size: 1.00 vMB
Total Fees: 0.00516589 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,411 (688,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,460 224,460 000000000000006a5969d738cc0b8af8431a36edcf49a685ee6ab557b04d5d93 238 0.25 vMB 95
224,459 224,459 00000000000001ca644096614c21d754b5546e9590f98064e693d626f7be9d69 102 0.04 vMB 99
224,458 224,458 00000000000000aa5ab86b571fc15ba3d2ff9b5b821702ef391177b399e3e3b4 428 0.25 vMB 159
224,457 224,457 00000000000000156d17fbcb9e0c8a22fb97198baf09c9ec5140711141b1e586 524 0.24 vMB 187
224,456 224,456 00000000000000e9b28fe4be6802a41780a3e16dc117231a682e57df2bf9b6c2 113 0.19 vMB 60
224,455 224,455 000000000000014e73f04e4d097e334c3f3c38bcf401aa418467beb555b79b39 183 0.25 vMB 67
224,454 224,454 00000000000002329193520d38942120e57ffcf8d13f52ed1ea0196bf93f98b7 453 0.25 vMB 158
224,453 224,453 0000000000000099f14d363636d4aea6b4d7d73f1d5c2f0513926e90a08162c4 268 0.25 vMB 90
224,452 224,452 00000000000001c29a038735e334dacac894578f81e0842f28273ad5069db590 381 0.25 vMB 105
224,451 224,451 0000000000000167667a9afe3116a6ba7d9d2fbb21688bf942282e4372753606 479 0.25 vMB 134
224,450 224,450 00000000000002d92f6b03a01e3feee7cdb1a46fa56e6940f31a74571eda67a2 663 0.25 vMB 260
224,449 224,449 000000000000000c29717729c72f928170e8d3f9370f4b704d37bbca4d988057 872 0.25 vMB 221
224,448 224,448 0000000000000241bb930f92a9d2c16cae2f87923168affac9d01262175ed6c5 846 0.25 vMB 295
224,447 224,447 00000000000001a35317799803599cf4e7e178251d914636d4877f4491c85e6a 834 0.25 vMB 246
224,446 224,446 00000000000001bf01315f99bbc182f5c9c28b6ea67424db54ac3418dd1570db 133 0.05 vMB 35
224,445 224,445 000000000000013e34f11334489d4762cc3fec789754424c7ed079ba40878710 153 0.05 vMB 77
224,444 224,444 00000000000000705fbb1e489bffe0676a8bfa244e6147c33310102ea9184297 501 0.25 vMB 163
224,443 224,443 00000000000001294d395456de10a8a85c6134577a91996486bfc06283be7935 369 0.25 vMB 106
224,442 224,442 0000000000000311fc2b348a72ddb49b40c809a78486f5c49dbf00e0d86d2a75 10 0.00 vMB 2,746
224,441 224,441 000000000000027df253af2a836dc0e57cbb48bb07d71368a9988d36c7de23db 509 0.25 vMB 173
224,440 224,440 0000000000000117584d6a92090252b75f06ae4f5c4d905b93733f57848c1aa7 524 0.25 vMB 160
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 284.32 GB
    • Received: 1.13 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.