Loading Tool

Explorer IconExplorer

Memory Pool

38,925 transactions
19.23 vMB
0.05151050 BTC
Random Selection Loading Transactions
Max Size: 107.01/200 MB

Candidate Block

Mining Attempt 669ef4375debb765425cda95a63de51fa5552c16821f22495b98ab796c6a1429
Version 20000000
Previous Block 0000000000000000000076f3e8a0c9726c2b58bcccaec69b14ce877eef943628
Merkle Root 3d52f49a6de85a3e08c9917ee3a4c309017c21c12c50e43e3e8cd54efcba1875
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,290
Size: 1.00 vMB
Total Fees: 0.01444805 BTC
Feerates: 502.67 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,062 (788,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,171 125,171 0000000000000bae866ddacf827c0e74c8f39ab757991dc31617beb22f1093a2 8 0.00/1.00 vMB 5,338
125,170 125,170 00000000000007d27e1bc98344d81016cd669b3d1cbeb74d8a83c101555db126 24 0.01/1.00 vMB 1,179
125,169 125,169 000000000000277025dd3954ee281bdfc709ce3c5461a2cfc4a2ba82e17d95d8 41 0.01/1.00 vMB 486
125,168 125,168 0000000000003d36741a29123bf2f86220c533acab315ef7a70a8b5fc2e3cecb 10 0.02/1.00 vMB 378
125,167 125,167 0000000000003868b1ecea13b2a42f1b792de874cf8f626467f83c70ed3a0711 34 0.02/1.00 vMB 1,061
125,166 125,166 00000000000000211f2ff73d7ff0ad032f7b2ef9f8da57002fd3d6d7564ff87f 14 0.00/1.00 vMB 1,363
125,165 125,165 00000000000025dc94aadf50a38d767402eddcbc2b6792b46e5633be0cd137df 29 0.01/1.00 vMB 831
125,164 125,164 0000000000000bbd35f61ce8f14a5b9b54abeb518e542b7037acc2cc615c452f 13 0.02/1.00 vMB 301
125,163 125,163 0000000000000cbf23f4475611e2bdfd223033a22ae61901fc4506fce4a0dd43 6 0.00/1.00 vMB 942
125,162 125,162 0000000000003f6bd8d44a0e170fae7594e8e49edda04cfd2a83b95f12517f29 33 0.01/1.00 vMB 496
125,161 125,161 0000000000000ebb2510a4252aabbc6061bf116d95778c673c006534c668c422 9 0.00/1.00 vMB 0
125,160 125,160 0000000000000cfcb210eb817845ee5118d72ac30bab54aa9a8d8fff1c6849dc 33 0.01/1.00 vMB 643
125,159 125,159 0000000000000d70cb46239afe924e9b5d2098f30c0367cd95b67b88727d0c09 7 0.00/1.00 vMB 578
125,158 125,158 000000000000426ad26221ed659019fdf4222084666efe0c36dcf0df5c8eaa21 11 0.00/1.00 vMB 0
125,157 125,157 0000000000003e3ced5d844953d30af8848725b21331cc3d4158fd01894c85ff 40 0.01/1.00 vMB 217
125,156 125,156 0000000000001164541bff80961321b78b385c9a19afb7bbed42a9ce3db84caa 40 0.02/1.00 vMB 761
125,155 125,155 0000000000001ab51bd8792321e820efb28f2ae85fa586fc867a3d07fa2dd5fa 13 0.01/1.00 vMB 996
125,154 125,154 0000000000000c69df7486942e054a8d7f24949db220d3b71975a1175835ba1e 50 0.03/1.00 vMB 607
125,153 125,153 0000000000003bc210c54f31d06ce276cc945dc275ba9c7cd26d1b4230230b77 12 0.00/1.00 vMB 0
125,152 125,152 00000000000044b0f83272d02449945b9f42699ff41d33b6202eb6f044b41697 45 0.02/1.00 vMB 1,309
125,151 125,151 00000000000031670f404ac69efe8e67992916379f20731b4e39e99c71aba0be 4 0.00/1.00 vMB 1,351
Previous 10 blocks ↓
Total Size: 780.70 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: 554.78 GB
    • Received: 6.79 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.