Loading Tool

Explorer IconExplorer

Memory Pool

45,394 transactions
30.50 vMB
0.07900975 BTC
Random Selection Loading Transactions
Max Size: 172.21/200 MB

Candidate Block

Mining Attempt c3864de25c688d4cb117b669aa0e3541678e58c34477b404b928f56c41a07efe
Version 20000000
Previous Block 00000000000000000000e6d143f6b832bd12fd39abc1f4da8ec74901a07f5464
Merkle Root 82fd16fc56a2f9327e772068dc666e7def1b877d7bdc7ec0fea7991581d48b00
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.03962730 BTC
Feerates: 121.73 > 3.97 > 0.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,777 (81,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,165 859,165 00000000000000000001e416dbab8d7497a10ad31f0a7406e646a79124262c69 2,277 1.00/1.00 vMB 5
859,164 859,164 00000000000000000001e4fef239ffc5172e66c20087efe6ba754b747ae8c3ab 2,628 1.00/1.00 vMB 5
859,163 859,163 000000000000000000025e8983629c568b3c8d00bc0631a91163fc6c63231148 2,339 1.00/1.00 vMB 5
859,162 859,162 0000000000000000000158fa1221b5e57fa566ab475354d39f01d4fda0962f58 6,894 1.00/1.00 vMB 3
859,161 859,161 000000000000000000001ea4aab2353d9bbd784a9699346715eb42e1f6b0ac4f 7,511 1.00/1.00 vMB 2
859,160 859,160 0000000000000000000063a136ac238d77efbe9537b4667fbdc406f5f24f8f3b 4,226 1.00/1.00 vMB 4
859,159 859,159 000000000000000000016183ef8b1339fcef5b8324732285eb29f527c4fb8463 5,589 1.00/1.00 vMB 3
859,158 859,158 00000000000000000002872daa8deb6d433401f7296c1dedada9be6a95606832 6,017 1.00/1.00 vMB 2
859,157 859,157 000000000000000000029fd6d6acb7bff1a7c06c026d6602d57d4014fed7ecd9 5,758 1.00/1.00 vMB 3
859,156 859,156 00000000000000000001f599cbf1a40214e3efa37ca5cb912b2ab21f15f91914 5,342 1.00/1.00 vMB 3
859,155 859,155 000000000000000000027446ea72a8b929c8e4d2c2ebf458675b70fcd4ec11c3 6,670 1.00/1.00 vMB 2
859,154 859,154 000000000000000000018c420251ec011e86a8f7edf9cf0dd83248dca911c76f 6,284 1.00/1.00 vMB 3
859,153 859,153 000000000000000000031316ad2f04d00a6ed3ba20ed681ab8b7f448ec6b4bff 6,932 1.00/1.00 vMB 2
859,152 859,152 000000000000000000018af6612073f9c01e008a5d99cdf6b9f68850f7d3442a 4,722 1.00/1.00 vMB 4
859,151 859,151 0000000000000000000095276cc37bb6a779a105eb64470aab43eea0b89fbd5f 3,254 1.00/1.00 vMB 4
859,150 859,150 00000000000000000002f3f4477667c130c78147dbeb111b57b7c35d60f692e9 3,962 1.00/1.00 vMB 6
859,149 859,149 000000000000000000019e50e19df38b873cfd2d914aab79a77974cf1203ac57 1,573 1.00/1.00 vMB 4
859,148 859,148 000000000000000000013aee7d50c8eeda797606994e61ba2abc72b49e1a2feb 2,166 1.00/1.00 vMB 4
859,147 859,147 00000000000000000002400ed2fb7f244938f147c82be020d4a80a211feeaca4 2,867 1.00/1.00 vMB 4
859,146 859,146 00000000000000000001bd157335bd7d4c24799df462060dfb64c9307fb199a5 2,477 1.00/1.00 vMB 8
859,145 859,145 0000000000000000000109e94f6e25bd92d6424d960427e3bd10e7c65cd1996d 4,103 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 828.14 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: 4,562.66 GB
    • Received: 245.87 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.