Loading Tool

Explorer IconExplorer

Memory Pool

35,889 transactions
9.18 vMB
0.07912717 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.00/200 MB

Candidate Block

Mining Attempt fbdcc14d3a2b56618d915153493c516a39f4f1be2ecfe2f3f268c1e51e291158
Version 20000000
Previous Block 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc
Merkle Root 30113592eb19a16386a6f7e942a60a3a3a9bd8d8e54ceca149ad96bac46f1b30
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,794
Size: 1.00 vMB
Total Fees: 0.04331957 BTC
Avg Feerate: 3.52 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,964 (649,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,547 263,547 0000000000000011dcf1d0cbe8ac16bb68b83476724549b21c008c93490967c2 0.03 MB 25 11
263,546 263,546 000000000000000cd939a51dc8454a7caafd031e4231d924b783fe5d9234f70d 0.10 MB 240 126
263,545 263,545 00000000000000032c17ce69638f3ef465f4d13792e68d630d9656690e6d532f 0.07 MB 176 76
263,544 263,544 000000000000000587553c2aed004ba3484dff264fb6c2b64e7d851c16dd788b 0.11 MB 245 98
263,543 263,543 00000000000000037809ce7ffff879cfc8fc1ba6c243df788217e1d4b1d32816 0.04 MB 100 117
263,542 263,542 0000000000000004b4e64749be30247cdfff0b8eb2525055c9fff59946d8002f 0.01 MB 23 88
263,541 263,541 000000000000000bddc772c8f7c7023a8cd7451f9ef8ef723cbf065f90098244 0.10 MB 194 81
263,540 263,540 0000000000000000d581065c1394c66ac750952d334a0a33a235f949b5299d4a 0.08 MB 174 71
263,539 263,539 00000000000000069888d8e954947816fa206403bacfe3980c871bdab343b23b 0.07 MB 104 87
263,538 263,538 000000000000000f6d4f744d475472914b450de8fc45ce2c8787f7749196631d 0.02 MB 64 93
263,537 263,537 000000000000000aab30d52145538044c89587bb68df278555988d95256c7823 0.14 MB 289 113
263,536 263,536 000000000000001194ca1ca5273e61ed79e6bbd09aac9018fe4c62115a8aa98d 0.14 MB 308 55
263,535 263,535 000000000000000506f201eda2c0a58b23fef5221a6cafbb1a2d177f69fbac65 0.25 MB 572 125
263,534 263,534 00000000000000111d0a42cf8799e8ff8fec7c3001460eb3e769562d7b459922 0.01 MB 21 163
263,533 263,533 0000000000000005a901a685a2b2f68e93e05f09e0ec894975923d01a21c4084 0.01 MB 28 100
263,532 263,532 000000000000000ece5a667383b49c64f29985d58ade82cbce9b92dc217e8505 0.03 MB 89 89
263,531 263,531 00000000000000084c6358355659df5228a38e32feac40674e1ea1999b583980 0.12 MB 186 70
263,530 263,530 000000000000000a8fc4097039b8edc2782564789c3e451b8480a1d90f117c14 0.03 MB 58 87
263,529 263,529 000000000000000c229215642dc9370617362d9aa96019f08fb4d28a1bdaa7b1 0.15 MB 218 79
263,528 263,528 00000000000000022881788a822585688e11911ebcbd0c752628ea48211ca3d3 0.08 MB 164 85
263,527 263,527 0000000000000009e5e4efbb713aaf2d7fbe4de176cce7a283371059570d2f37 0.06 MB 120 78
Previous 10 blocks ↓
Total Size: 778.78 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: 355.08 GB
    • Received: 3.14 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.