Loading Tool

Explorer IconExplorer

Memory Pool

17,723 transactions
8.41 vMB
0.05746555 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.43/200 MB

Candidate Block

Mining Attempt 105f1115ad32b5d6a2c2459bbcc3250bd9475912e95df725286cf79eabfe51df
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 319ab871f3aecceeef021e71539d4a58519af93a767540982efd4f7ee11826d5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.03950732 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (647,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,809 265,809 000000000000000aadd3552ab616751017d839f0f1768a81e38bc131d58f684c 154 0.15 vMB 20
265,808 265,808 000000000000000a13003a3615db41d3e60dab98b011157209275ce92eb96794 127 0.05 vMB 73
265,807 265,807 000000000000000b6402b9e76c7c9ba0e313827250bc263493774102621e6990 177 0.07 vMB 55
265,806 265,806 000000000000000083c49346912433df6f26f5bbf5df01562d753189b193cfcf 284 0.12 vMB 81
265,805 265,805 000000000000000251531ddfb650a5cbb06bbc99fb78108d2888ba5e484eeb9d 271 0.13 vMB 96
265,804 265,804 00000000000000014c554eab965b18610f0d22f0af511790724f7f87bc9bb650 218 0.09 vMB 80
265,803 265,803 000000000000000ccd00495e3fd26efb86efe19f1e294c2d6048e83c52984e95 196 0.17 vMB 23
265,802 265,802 000000000000000560ff174cf696306d5b62c157d0e8ace32226db131a7e2169 499 0.25 vMB 110
265,801 265,801 000000000000000eeb9528c57a40500271f93aa3629c52e55e82ea395a8ee8e2 668 0.25 vMB 114
265,800 265,800 000000000000000a7d29b9a32977ca9b9788faa03b87e872f7a1f4d9583e47d2 586 0.25 vMB 113
265,799 265,799 000000000000000a6ef0e25bafba1b1a79561a46c23f3799a5b772e4b9c8a11b 209 0.15 vMB 63
265,798 265,798 0000000000000003c35bf03792ad17f6a734f0d9d699cda7c323cba54327be80 366 0.14 vMB 84
265,797 265,797 00000000000000073448be8e0acd08e8697ac1bfcbab294454cd27d0c49f96a8 819 0.37 vMB 105
265,796 265,796 000000000000000d6a926f85ccab4d6e9df4b6fe5effaca682176360c402dc3e 251 0.13 vMB 76
265,795 265,795 0000000000000005bcacec53e86c21183fda8cd395250a8e41f5282cb5233a9e 343 0.15 vMB 101
265,794 265,794 0000000000000005bedbe0de102d75736ea8423b787cc42ac3802247c9c8ab46 140 0.06 vMB 75
265,793 265,793 00000000000000065d58c94da23f66e814e0bc1e486a780519c359896746683a 289 0.15 vMB 87
265,792 265,792 00000000000000081d0727b17a986037b30286e7cb2531a66064bbacfb5b3d8c 128 0.15 vMB 32
265,791 265,791 000000000000000b2dc65d2b533c6d16a1c06786c45195516d6aafab2eed3cc3 373 0.17 vMB 82
265,790 265,790 000000000000000330c888d8025ac2ffa23d276f7856ca29bc6b0788fd3be46a 446 0.20 vMB 92
265,789 265,789 000000000000000f1052c9f60558854c366161a282926f389e7c7564b6986789 506 0.21 vMB 98
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 232.01 GB
    • Received: 0.88 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.