Loading Tool

Explorer IconExplorer

Memory Pool

22,600 transactions
24.73 vMB
0.05755456 BTC
Random Selection Loading Transactions
Max Size: 118.69/200 MB

Candidate Block

Mining Attempt 3475f9f89fd8d7b1614f751f7fb26383e9626f7612cdf1e43952e7ae040b0ceb
Version 20000000
Previous Block 000000000000000000003979eda230c4b373f27054ca36f8f374ff667410c4b4
Merkle Root 8bbe81921efb481bd6b58e4c5c7ed0d5a9ef5f19ef155c05810a811c74f3b0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,715
Size: 1.00 vMB
Total Fees: 0.01319629 BTC
Feerates: 704.81 > 1.32 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,230 (907,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,275 6,275 000000005cfc10840d76b4a49410b51e38db0ef523bb8b5687e6d86965675d79 1 0.00/1.00 vMB 0
6,274 6,274 000000006f1a159c96cee945b431aa2bb594017d4cbbc20f29768c5018b7f539 1 0.00/1.00 vMB 0
6,273 6,273 000000007dea7650bc2fa9b3da3aca691b286b4227ca4a3cc8d430c988457636 1 0.00/1.00 vMB 0
6,272 6,272 0000000042cceee1092a2084d091be35de333b20953e96057ffeaf27ca558aa8 1 0.00/1.00 vMB 0
6,271 6,271 000000003ce99726d00dddc80aa52e7d8f2d4a9d6f531055cae0011637041719 1 0.00/1.00 vMB 0
6,270 6,270 00000000927235e53245ffade6c852fa742e51265d4a4657c61d085ad9cafba7 1 0.00/1.00 vMB 0
6,269 6,269 000000002178dae529077386d68c48b1660f6168baadbabb6bcbd0a59dc10b17 1 0.00/1.00 vMB 0
6,268 6,268 000000002c1a2986aed5907c096e19ecf3ce132056d178b029bd0cbf273afb95 1 0.00/1.00 vMB 0
6,267 6,267 0000000044e68e335d64826442a08e1ffaad79a9be68ca4e8a5d40b8a648bb34 1 0.00/1.00 vMB 0
6,266 6,266 00000000db8062ab6a11d1854fb52903c0264308a9d8ea3ec191417cba5e3cb4 1 0.00/1.00 vMB 0
6,265 6,265 00000000dd9da4f4a2a548c90f3cb923088ad0cfc34a81fd3ff89f53e079ed8a 1 0.00/1.00 vMB 0
6,264 6,264 000000005e0d1e0091ef61960feb9f0505ab33748ebd951095e74070f902582e 1 0.00/1.00 vMB 0
6,263 6,263 00000000037f026243cb3370690632e52be1e9bc32dd84b990443cb62b5e80f7 1 0.00/1.00 vMB 0
6,262 6,262 00000000467c7149a3cd062c4bfa43df61f24815fbf2b67a90dea456614c1d02 1 0.00/1.00 vMB 0
6,261 6,261 000000004cc909a4fd8b26c905109985f5894b5e88a0137b0978d2ed55eff1e0 1 0.00/1.00 vMB 0
6,260 6,260 0000000035d378f569eaac0e92e4a6133e4518dba47e4aaf3d86541a76c7c943 1 0.00/1.00 vMB 0
6,259 6,259 000000007f2da7d13ad58e8fcef5026c90b7c6cd9cdf31d74dfd296138e27eca 1 0.00/1.00 vMB 0
6,258 6,258 000000001978dacbef3f057db050b68d683ba1fb63bf8ee58556b136bc95d798 1 0.00/1.00 vMB 0
6,257 6,257 000000002352d625810ae3828c2e051b453e9cf73fbac54707e18d9a3127e670 1 0.00/1.00 vMB 0
6,256 6,256 00000000484f3bae55c16d61a0b40f355de3da86026348ef4edf1a32c24dc6c8 1 0.00/1.00 vMB 0
6,255 6,255 00000000a08c6cbcd6c90029c8130ad54eccf7472f2abd2d3f4312624fc8d40f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.00 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: 575.55 GB
    • Received: 8.30 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.