Loading Tool

Explorer IconExplorer

Memory Pool

47,295 transactions
28.42 vMB
0.11260857 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt bf25ebf0e72b07d7b1d24a0b414e1c82b9d908c55e461d4c2b5c1c4280acd755
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (738,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,017 176,017 00000000000009117784d1b3af8d32de88508b1f5b1d1d768eb689223b58f556 17 0.00/1.00 vMB 65
176,016 176,016 0000000000000370941f7b7d6168b69db595cbcd127729722f4f3a36ebd9bed6 98 0.03/1.00 vMB 119
176,015 176,015 000000000000025cf6ace871f9255c8eeab05dde0ce34fb126a198db05e48ed8 24 0.01/1.00 vMB 187
176,014 176,014 00000000000001f455a308e9bc6bd62ab2dd20b60c6f99e82cb5e8cdade88fe0 46 0.03/1.00 vMB 229
176,013 176,013 00000000000002560bf54229d7d411b8af68af5781b09f28b5eb5ce694223333 55 0.05/1.00 vMB 75
176,012 176,012 0000000000000722beac4c512f1fc20e8949d6d4fd961c577689cfb80a7dd41b 63 0.06/1.00 vMB 128
176,011 176,011 000000000000053da4c431203ba37d7afe002ccf4c39b21e2cdd9dde8e3f1a84 148 0.05/1.00 vMB 155
176,010 176,010 00000000000000285db8d9238a326a4e75c50810bc92c5fe8c5ceebdb2362cac 36 0.01/1.00 vMB 155
176,009 176,009 000000000000070df08c5b0bd24ea2075400c0354abd3b7fae2df05159239ffd 14 0.01/1.00 vMB 234
176,008 176,008 0000000000000236d2a7dcf9f850caadbe1ecfaecfb50b06667fe0d7a50160c8 16 0.01/1.00 vMB 575
176,007 176,007 0000000000000885be6cfa1f7fec70ad1dbddb26eb435a774c8086f50d5e1e8c 43 0.03/1.00 vMB 188
176,006 176,006 0000000000000240f051b3c2e516411ccd99c2c2793d250a335e01a9be6d0bd9 81 0.03/1.00 vMB 95
176,005 176,005 00000000000007133d9a788484aab0af04094397c61e4144fbddb60aa813aa0d 30 0.01/1.00 vMB 129
176,004 176,004 0000000000000250c332c4562de9cffbef401b38f99a93c2632cd6d604c2d51c 56 0.02/1.00 vMB 156
176,003 176,003 00000000000001a01d35e2f18f515476877a2244cfbab702db7241b19369b014 42 0.02/1.00 vMB 235
176,002 176,002 00000000000008276e18b90fcb548afaea947529149b0bf3b1d84b3a77d9fbb5 29 0.01/1.00 vMB 159
176,001 176,001 000000000000094af92e179f0401e679bdccab2e475072a60d28872ce735b3b8 117 0.04/1.00 vMB 119
176,000 176,000 00000000000004659b5b8602b2132b62973994079a1c828df6ef8d6427e4686b 19 0.02/1.00 vMB 174
175,999 175,999 00000000000002310862fff88e421b57be837b7c37697d7cb6228d59773837d7 56 0.03/1.00 vMB 25
175,998 175,998 00000000000004ed080c406f49d6d43bcb92d06ecb9c309b94229426a69b10bd 89 0.06/1.00 vMB 109
175,997 175,997 00000000000001606e5b019b39f1af459914e4f5f8b86121e96d43e05ab5b714 29 0.01/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.