Loading Tool

Explorer IconExplorer

Memory Pool

23,167 transactions
17.65 vMB
0.03245827 BTC
Random Selection Loading Transactions
Max Size: 93.46/200 MB

Candidate Block

Mining Attempt 3aea5ce867e6b3a93a885e52ece57c7837475ed7726272408deeecc1bfac4ac6
Version 20000000
Previous Block 000000000000000000017e468d77e3b9aef42fd62622bc0871d73a1f47a1ce66
Merkle Root 378ee5b69fe059fb5c9938738264e4e0b1df4391c333d6daa2e0873f9fc4129f
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,715
Size: 1.00 vMB
Total Fees: 0.01273427 BTC
Feerates: 30.44 > 1.28 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,742 (239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,503 941,503 00000000000000000001702395aae526d9b710d84e46e43a31768225083d4320 3,517 1.00/1.00 vMB 1
941,502 941,502 00000000000000000000d6eb24f5ae3aa555693cb7d318980200c730aca78443 2,350 1.00/1.00 vMB 2
941,501 941,501 00000000000000000000fb53540f7e4ca6b6506e2541037015950e97999ce941 1,918 0.87/1.00 vMB 1
941,500 941,500 0000000000000000000162f2839e12df5f41ec4478aafa380ca471d7019975e0 1,913 1.00/1.00 vMB 1
941,499 941,499 00000000000000000000cbf4f24b016bfedd142942a6d0ed7ebae5fc0169a4a7 2,723 1.00/1.00 vMB 3
941,498 941,498 00000000000000000000f38e3b0427a42898bba0beb7950af600748ca04364ff 1,883 1.00/1.00 vMB 1
941,497 941,497 00000000000000000001f840a1dd87408c499f102f0b2b5f82e71469865b5c8f 3,189 1.00/1.00 vMB 3
941,496 941,496 0000000000000000000060fd7cef8808c2070f64718d137349c8f337cd3fcdb8 3,137 1.00/1.00 vMB 5
941,495 941,495 00000000000000000000fc9afb189efff59b7c5fc9a1173424506486958ac730 4,609 1.00/1.00 vMB 0
941,494 941,494 0000000000000000000170842eee0ccadc65f2d4fd07fa4e8ae78c28c8d13984 3,211 1.00/1.00 vMB 2
941,493 941,493 000000000000000000005623c0a06e7cab01a89ae7b238fcd6c00dee2182ba30 3,343 1.00/1.00 vMB 3
941,492 941,492 0000000000000000000004388f06bb98ef7a28fdbbef9f81f9cdd25f018bbbad 3,155 1.00/1.00 vMB 0
941,491 941,491 00000000000000000001dab05e14c3e39e9e152985da31d4abde86a62cd2bed2 2,718 1.00/1.00 vMB 2
941,490 941,490 00000000000000000001e67afbfe3b07f2beacbab09e7dd2b5019c96ad190d16 3,240 1.00/1.00 vMB 3
941,489 941,489 00000000000000000001b81dfb97aa23a92b7be74606d8ad4b81bd75b9718a61 1,360 1.00/1.00 vMB 0
941,488 941,488 0000000000000000000121aad14b00748156b9f860dac23c4f329048d756d8ce 4,711 1.00/1.00 vMB 1
941,487 941,487 0000000000000000000166ca8d98c3855cf10d42892e298d0f4a78e41bd8aadb 3,722 1.00/1.00 vMB 0
941,486 941,486 0000000000000000000081b34dbc20572bea5a3e6ef4c16dca40a391bf5095b8 2,327 1.00/1.00 vMB 2
941,485 941,485 0000000000000000000079eaea088c439dfff0c9aac41e252108ffd6355bb188 2,651 1.00/1.00 vMB 2
941,484 941,484 000000000000000000020d5efaa42fd1769fd63ecdbb4d8cf46cf87cbe5982e7 687 0.27/1.00 vMB 2
941,483 941,483 00000000000000000000d59ba209c12adc6b3a31012d3e713e94b6a9861d3715 2,940 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 829.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,670.40 GB
    • Received: 254.25 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.