Loading Tool

Explorer IconExplorer

Memory Pool

79,177 transactions
29.32 vMB
0.09754552 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt af69e4d683e6e5d7dfd0bb0863b705cc2f4156db25e096bb0ebc558975b1cab0
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 627531d948645d48bd82f648a6695eb4cc0c0a046699a6c685e410e7d5604e7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03533543 BTC
Feerates: 150.62 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (434,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,818 480,818 000000000000000000f10f5967ab3a80fd9892b0e6a2bf5a46cfb97cf48e0f60 2,779 1.00/1.00 vMB 286
480,817 480,817 00000000000000000049e07c887f84de553ef581f9a7c0b0e12978ad7fd8d535 2,356 1.00/1.00 vMB 241
480,816 480,816 0000000000000000008cd5e507b850a858dcf7cb844401fc65b749e42a395981 2,186 1.00/1.00 vMB 340
480,815 480,815 00000000000000000051b573dbfa2ee2696c0e30f2f1cea07cc8c8ec0515fd10 2,765 1.00/1.00 vMB 322
480,814 480,814 0000000000000000005049bfe6b15fc97fb6e41edccfc813ce49698081f9d7cf 2,384 1.00/1.00 vMB 281
480,813 480,813 000000000000000000f227d0d27040ccecf643a6b4355efb252ecdcd5fce8a14 2,360 1.00/1.00 vMB 286
480,812 480,812 000000000000000000029ba2bff593fa8d913ec93340282aa391289f1dc91723 2,741 1.00/1.00 vMB 360
480,811 480,811 00000000000000000079e5e58d2c40ae833f915cb27c5d6fd8fce61d64bd864b 2,672 1.00/1.00 vMB 286
480,810 480,810 000000000000000000cfd1bcf274a1e1d4339a27f1a20ce8067736b5f021a517 2,405 1.00/1.00 vMB 281
480,809 480,809 0000000000000000007c24780c94c26b605d031ad8ab617ab0c6ffeff2df6ecc 2,328 1.00/1.00 vMB 301
480,808 480,808 000000000000000001206590baa9bce66d032411b28840be764f93942197fb6e 2,510 1.00/1.00 vMB 352
480,807 480,807 000000000000000000aee6f9593f6f8c42c72cb6ca34dd1f4c09beafb36a784d 2,374 1.00/1.00 vMB 301
480,806 480,806 0000000000000000003ed0be513248612e1a8a94f70e1e42f300926a33a15c6c 2,141 1.00/1.00 vMB 314
480,805 480,805 000000000000000000cd10294e773d30905e853000c99165300b3539f2fc6454 2,287 1.00/1.00 vMB 278
480,804 480,804 00000000000000000123e653813d24f733c39be96aa3c5d05e679152fb675f9b 2,493 1.00/1.00 vMB 318
480,803 480,803 0000000000000000003ed3536b80cefec73dffd0b87c7d422d5cd4e88152aa7e 2,144 1.00/1.00 vMB 277
480,802 480,802 0000000000000000001ccc2a4a24122f07456ddfded924fa6db192f79156536c 2,522 1.00/1.00 vMB 319
480,801 480,801 00000000000000000122130cb0a8c6ac4b7639109d85db91982a635aef81bc91 1,884 0.75/1.00 vMB 331
480,800 480,800 000000000000000000d11fcab7a45567e1353958a32b35a0c6d289f3fd8ca387 1,969 1.00/1.00 vMB 309
480,799 480,799 00000000000000000056f429a783e0c6f44f16c5f83e9650c39a0825100fcf63 2,214 1.00/1.00 vMB 346
480,798 480,798 0000000000000000004c88567167b5723228a3bbe9b94ad1cf363bb63427ef02 1,680 1.00/1.00 vMB 361
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.