Loading Tool

Explorer IconExplorer

Memory Pool

43,842 transactions
28.09 vMB
0.10264353 BTC
Random Selection Loading Transactions
Max Size: 145.44/200 MB

Candidate Block

Mining Attempt ef080c1203b0b1a0045e492a2c575ed4f82b91b51b88f9dcf9026dd7930d5b56
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 0f3a508d8dc0d8d572ba8129d6994e8a45d9a3f1ccfc720d79c9216adc4729e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.04187035 BTC
Feerates: 180.94 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (335,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,512 579,512 00000000000000000000c6f053aabccfc092e2af48356a986324444ba996b9e1 2,408 1.00/1.00 vMB 35
579,511 579,511 00000000000000000008257fca2d8b82b405e10398e01b7311b5a5cda4d9054c 1,673 1.00/1.00 vMB 21
579,510 579,510 000000000000000000103ce3e96692e4578d7e5272804e3d61fe019dd4865c43 2,698 1.00/1.00 vMB 56
579,509 579,509 000000000000000000246fd4bcf8931b02de9e660a9b43227960bfb1f35c646d 2,660 1.00/1.00 vMB 24
579,508 579,508 0000000000000000001e014a86ed9f22a4292736ac87282483df0844930ad929 2,605 1.00/1.00 vMB 113
579,507 579,507 000000000000000000133af647ae2c36e656c1baf568b3989e26f73cb50bda79 1,881 1.00/1.00 vMB 35
579,506 579,506 000000000000000000166342d048520ae8dd1d01fc519578a1bdc8f8eed661f4 2,783 1.00/1.00 vMB 36
579,505 579,505 0000000000000000001f696c65171766d97c10cf3f8f618293b9756319fc6ddd 2,696 1.00/1.00 vMB 127
579,504 579,504 000000000000000000192991305c5c66e6a8741434b621635faa5ace8f317494 2,786 1.00/1.00 vMB 91
579,503 579,503 000000000000000000172df1e5c8e86d986eb643ac7aa4f5ab2a1b020ebe010f 3,218 1.00/1.00 vMB 116
579,502 579,502 0000000000000000000fd67ac454f2f094e3f26e806bd387ad68716e189256cb 2,581 1.00/1.00 vMB 94
579,501 579,501 0000000000000000000d7d11528aae1f33a26a178396a64b7622f5b6c6b7ab41 3,383 1.00/1.00 vMB 159
579,500 579,500 0000000000000000001ebc76ed1d2a1b214e333db741e316c3a4552644e3798d 2,346 1.00/1.00 vMB 51
579,499 579,499 0000000000000000000947e878aef98181907dbfec9adac7ab30353d9c37ae43 2,716 1.00/1.00 vMB 131
579,498 579,498 00000000000000000008a29a5331db3eeeca10debfde57a300acf7fff71a19fb 2,958 1.00/1.00 vMB 86
579,497 579,497 00000000000000000018b022232fd79826a29fb57fa8c3d7d3f0aa538727600f 2,038 1.00/1.00 vMB 94
579,496 579,496 0000000000000000001731de7df261224f6024d8a612f439a0242c382ce1db89 2,449 1.00/1.00 vMB 120
579,495 579,495 00000000000000000000af273011c7ebf416b58761aa060950a0bbb78da13b3a 2,900 1.00/1.00 vMB 135
579,494 579,494 0000000000000000000852c0da06319a47b36cd6fd137c52ccda574b9db68876 3,014 1.00/1.00 vMB 146
579,493 579,493 00000000000000000018e2bce5118f4ec95860d46083162b8d1c786cea48ff25 2,916 1.00/1.00 vMB 150
579,492 579,492 000000000000000000102f375ffaa453f8d15af961c99faad12e1c0251241ce2 2,598 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.