Loading Tool

Explorer IconExplorer

Memory Pool

82,145 transactions
30.19 vMB
0.09870642 BTC
Random Selection Loading Transactions
Max Size: 182.21/200 MB

Candidate Block

Mining Attempt 64199cff1ad6961abf46b2a8c3bafd096e5988d267690057090078e83e4f9ead
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 7de221256d49a4f49f0b5dd04ce9bdde7aedb08234abb14affe088feac8de17d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,678
Size: 1.00 vMB
Total Fees: 0.03681649 BTC
Feerates: 526.32 > 3.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (375,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,832 539,832 000000000000000000053bd5de314f61add5c7b0614372ccfce2f0b7fce39743 2,106 1.00/1.00 vMB 15
539,831 539,831 0000000000000000001bf51026e9b67348761c98906e522f7fed52d555730182 1 0.00/1.00 vMB 0
539,830 539,830 00000000000000000015a6dbb8966d757b1525eb5f041ff8b3c8e1f83b439762 1,324 1.00/1.00 vMB 4
539,829 539,829 00000000000000000025285250ea2b522012e10dd7da48d0a74673a14c52679a 2,358 1.00/1.00 vMB 16
539,828 539,828 000000000000000000225f7f8915d55947fc9bae57344e05ba6fbb65acd3272c 3,044 1.00/1.00 vMB 10
539,827 539,827 00000000000000000028a6b17e7be40f83aceda2a2ebb0657f78ec975ec3997d 2,683 1.00/1.00 vMB 13
539,826 539,826 00000000000000000012d24ce37a31079a5a151874cc90c0cf8245c6bd9179db 3,040 1.00/1.00 vMB 18
539,825 539,825 0000000000000000001cdb6b86825474655ec62cb196f5658a04aff8f5d09f83 2,620 1.00/1.00 vMB 11
539,824 539,824 000000000000000000092079231603fc105108c8c849ec4132bc9223b62afe11 1,990 1.00/1.00 vMB 45
539,823 539,823 0000000000000000001c1da964ccd0cde83e62ff9dcb0eff0acd7a2607b23427 2,970 1.00/1.00 vMB 7
539,822 539,822 00000000000000000013d1ab92b1eacdca1ce227e3e60bc426e0ad84640af75a 3,163 1.00/1.00 vMB 15
539,821 539,821 0000000000000000001ce39648f1e0db63e68f6f86934412956d6574eb90bcbb 2,553 1.00/1.00 vMB 7
539,820 539,820 00000000000000000007367da77e12edc4f6c956cfec99d65d9fa3dc1be47008 2,469 1.00/1.00 vMB 25
539,819 539,819 0000000000000000000a581b1bdc4b47bff6cddd071f4b7bf634e8d4d43e59ce 2,407 1.00/1.00 vMB 10
539,818 539,818 00000000000000000012c897454f11c4a627bb48eec92e9ab156a3b823438c06 2,724 1.00/1.00 vMB 9
539,817 539,817 0000000000000000000cc3c664b53030fcf56b476e2c9b0036857da78c806a8a 3,010 1.00/1.00 vMB 16
539,816 539,816 00000000000000000027b00bfd03ad9706b88fdf1f79be11e4ea0e0e3ae57985 2,072 1.00/1.00 vMB 36
539,815 539,815 000000000000000000004421eaf77736034d844f4e3899ec8a071d1fa58e5c52 1,624 1.00/1.00 vMB 16
539,814 539,814 0000000000000000000fa03465965d5e79a7dbdb5507f4d97daaaf7df7bf94eb 2,455 0.97/1.00 vMB 37
539,813 539,813 000000000000000000111ef22e76a87f6da5145e8f16efde3b39618c22225e4b 1,862 1.00/1.00 vMB 30
539,812 539,812 00000000000000000008aa7a3f6d1c62581296ea337a99ca981733ac884a8fa9 2,123 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.41 GB
    • Received: 14.72 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.