Loading Tool

Explorer IconExplorer

Memory Pool

47,250 transactions
29.95 vMB
0.07355126 BTC
Random Selection Loading Transactions
Max Size: 159.90/200 MB

Candidate Block

Mining Attempt 2d2aebe504ecf10ac55d4dace2b9342838456f9cd3c558689d0a6c3a28cc6966
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root 1922005632ed95981696fe0faaa703f69a084b9f732053a93b4851e7d5dd7cc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01538852 BTC
Feerates: 100.24 > 1.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (132,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,169 782,169 000000000000000000029432af9ffa654988e66ff6b7d6edcb873d28706dbe68 1,394 1.00/1.00 vMB 24
782,168 782,168 0000000000000000000538370fd8be17a153fc891b83c2c4182e470ccc8b9d81 1,910 1.00/1.00 vMB 18
782,167 782,167 00000000000000000004fdaa744df0d3307dde58e501714d471f69ddbb0efa62 3,063 1.00/1.00 vMB 31
782,166 782,166 00000000000000000001ee64d39b0ed74a4588410f34fd8e3b9ef18d628c6cd2 1,396 1.00/1.00 vMB 20
782,165 782,165 00000000000000000000d8e46ebb265ee374b9ccb67400cdf9695baf2d4be60d 1,532 1.00/1.00 vMB 21
782,164 782,164 000000000000000000034460a8dd4c83717401bb0f94df2b761d124ad5a2c654 3,527 1.00/1.00 vMB 29
782,163 782,163 00000000000000000005294db2cf7da364159c9f198c5882d7bedbb9c88d9ec3 3,207 1.00/1.00 vMB 32
782,162 782,162 00000000000000000001170b220d2ca8f59a4a5524b006d5285d67842fd384d3 1,789 1.00/1.00 vMB 19
782,161 782,161 000000000000000000005b78e0b2dfc409c667666a0056b95f2880c9b683345e 2,385 1.00/1.00 vMB 27
782,160 782,160 000000000000000000035840d83b0f276edd88a96aa88c27063e24d95818c7a4 1,553 1.00/1.00 vMB 22
782,159 782,159 000000000000000000038ee4f055e40ed973428b14521c446673b881bfbc06a8 2,712 1.00/1.00 vMB 27
782,158 782,158 00000000000000000000fc3ef08bca032879ef6940c2e55cb3a938df9e966af4 2,622 1.00/1.00 vMB 32
782,157 782,157 000000000000000000063a1f9512a31bb1862cf2da4e1c7e184e590c82e8d18c 1 0.00/1.00 vMB 0
782,156 782,156 00000000000000000002213a75d3f8ff61addca4b66f6b2194a35fe61612da88 2,622 1.00/1.00 vMB 25
782,155 782,155 000000000000000000056a81b1d56b6324dd0ea7bf65c6aefe4db697ecced920 2,293 1.00/1.00 vMB 17
782,154 782,154 00000000000000000004980263ec52226d10d6ffa2fe850fa3902487383c761e 992 1.00/1.00 vMB 13
782,153 782,153 000000000000000000020c1ef8037435fd4873e04fec08d0bb0f6a3270f3b445 1,891 1.00/1.00 vMB 22
782,152 782,152 0000000000000000000295b0fa3a620fcc3b9de273df9e6af22f8142d9d79d26 2,132 1.00/1.00 vMB 19
782,151 782,151 000000000000000000024e9cb28467bbc893ce652dfc8c02426b33c33f788607 2,285 1.00/1.00 vMB 28
782,150 782,150 000000000000000000064be1b2d6a3e1dddf52005db6f072660abbac5dfef582 3,058 1.00/1.00 vMB 34
782,149 782,149 0000000000000000000640b6b28e8dc2b52a1fc5c86e4a5b8b0b893bf8b54e57 940 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.