Loading Tool

Explorer IconExplorer

Memory Pool

74,309 transactions
27.56 vMB
0.07233886 BTC
Random Selection Loading Transactions
Max Size: 167.88/200 MB

Candidate Block

Mining Attempt ce1c9bb457b4f1e0fc8e58dc1969d7e9fa6e160c0de091ac3d09d9e4c350a5bb
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root ae3308760f8fabbd3a203b18e471af5d911ddc02e652b538cc45d67773ec42e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.01354700 BTC
Feerates: 402.60 > 1.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (53,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,458 861,458 000000000000000000028542ae79001ff488497a1c5bb63c545f27a998f460d5 3,390 1.00/1.00 vMB 2
861,457 861,457 0000000000000000000121552e9be5fb49fd5f39b503e72502abaf719443f5b2 1,783 1.00/1.00 vMB 3
861,456 861,456 000000000000000000026c9284576766b14098addce3aac0da8be169890dd3a3 831 1.00/1.00 vMB 3
861,455 861,455 00000000000000000002f16e3325d2756cc7ec27dfdf919e04292a8fb98e1236 1,443 1.00/1.00 vMB 2
861,454 861,454 0000000000000000000042f233213d3b851fc90fba44bad82ce775cdac5d89d0 1,363 1.00/1.00 vMB 2
861,453 861,453 0000000000000000000072f87a46a2cee031cb271f05b80b5efccd0958adad7d 2,280 1.00/1.00 vMB 3
861,452 861,452 0000000000000000000166702f28a9670c2f9504a19b3fd260d1a7b6cd0a4793 2,839 1.00/1.00 vMB 6
861,451 861,451 000000000000000000001c79d441741bd493ecab90c4f1e8f6faefc2ec41a5d5 2,953 1.00/1.00 vMB 7
861,450 861,450 00000000000000000001a9eae5a30f99240bd5890c71364e04752326eaba412c 3,116 1.00/1.00 vMB 5
861,449 861,449 00000000000000000001dc0b80a39a30c8a5b9dc04f945e0b87423c8a88080c6 2,751 1.00/1.00 vMB 9
861,448 861,448 00000000000000000001b1c4173f635d32a08c106e300996d4ce8731cbf1533c 2,050 1.00/1.00 vMB 3
861,447 861,447 0000000000000000000076e8d8f63e4939b48a65779348e2ddd98ef6103cef80 2,730 1.00/1.00 vMB 7
861,446 861,446 0000000000000000000044a7e5981b42a1ee6acbf992e075b1262b8cad83d24f 3,108 1.00/1.00 vMB 7
861,445 861,445 00000000000000000001cc94445a5cbf9923664f295b7b4cf9074a6eea30e5bc 3,584 1.00/1.00 vMB 4
861,444 861,444 00000000000000000002a3ddf98e9e9f9cbba768951988f0930e998a56badc8b 2,512 1.00/1.00 vMB 6
861,443 861,443 000000000000000000008cb8afcfd4ebb0dea1a6059ebf3fd8415e2ae4f0296a 2,011 1.00/1.00 vMB 5
861,442 861,442 000000000000000000012f32e49e34ecc459f4866263858ae0edc3f91aef8c73 2,613 1.00/1.00 vMB 8
861,441 861,441 00000000000000000002b02159b24b3bf408b2020632ee55db3c9aa38a74a399 3,328 1.00/1.00 vMB 6
861,440 861,440 0000000000000000000197e61623ccf091f43c1e4e2d9de6b9f4771eb75f96a6 1,678 1.00/1.00 vMB 6
861,439 861,439 00000000000000000002764fde6f3b8dfa931a19c1cb6202a7ddd4fa5d7ae6b5 3,428 1.00/1.00 vMB 10
861,438 861,438 00000000000000000000d98d093f9a04811e83cbf88caa9e830cd79065b7c373 7,781 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.