Loading Tool

Explorer IconExplorer

Memory Pool

14,298 transactions
7.88 vMB
0.03590720 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.79/200 MB

Candidate Block

Mining Attempt b2801e15467ffe6685df436663e68760a539e818f633036dc9fa96c89d61c075
Version 20000000
Previous Block 0000000000000000000203302e24479af4b3e218e63b80fdd1783df3ad1b1934
Merkle Root 9b34fb04a21b6c04e094c0a8dd32b2226ba770c22fba6b01274a58393b14a5c4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.01958740 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,381 (688,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,185 225,185 000000000000021cb29aad225616213c3d6458d6bb30ee6c283a6bd7c0a64f70 651 0.25 vMB 243
225,184 225,184 000000000000038501058863593a24f45bd687a20b463c0fd4513b1114ffe0f5 238 0.12 vMB 163
225,183 225,183 00000000000001b1d09e18c0f888cc9a4f58c37092f8070d60fbed4331c5fefa 982 0.42 vMB 196
225,182 225,182 00000000000003ac7fb4207d8951cc011541798a70da880314644f8db4011998 346 0.18 vMB 148
225,181 225,181 0000000000000235917371223f8469ec2b030d75ecfcaf9ff4055e6fe01bbbc7 1,005 0.47 vMB 200
225,180 225,180 00000000000001dd26c5708134ccd62544ce2c0dea8aecb61483366e428ef377 1 0.00 vMB 0
225,179 225,179 00000000000001042b54aacc242e4984410ca9b16b47a9c76b8dc52202c0b341 91 0.06 vMB 115
225,178 225,178 000000000000029729d5f684865558e3a2a281931891bdb5edbedf8df36f227a 456 0.24 vMB 196
225,177 225,177 0000000000000193e0cfdb69cdeb2535b5a66aa9930292fdb9c938a5aa411105 107 0.05 vMB 147
225,176 225,176 0000000000000265d3b436bbf0f0f03c3c1df22db9f930e2299584c7511edf5b 180 0.12 vMB 134
225,175 225,175 000000000000028f5ead6fb90c8c83a2d3232f63b6b74dd45f65cc496f4027d1 155 0.07 vMB 242
225,174 225,174 000000000000016d7fc4eb59572713a3b690e7d82ad4d1b09a8f120c6bb93190 405 0.25 vMB 148
225,173 225,173 0000000000000308dd1939ac7247ac1eb09cca16c581ce959352ec4ee9262192 674 0.23 vMB 257
225,172 225,172 0000000000000130c327711f054b9385432d8dbbc5d23fdc33026a5d3949e227 666 0.29 vMB 577
225,171 225,171 00000000000000e51cf06f41fde24811b78d3ceedb9ff6041f7e40b6974c40aa 246 0.15 vMB 145
225,170 225,170 000000000000023a8587b0bbffe6b8bd2b0abf085bc42fe27a9654a0c34a7851 7 0.00 vMB 240
225,169 225,169 0000000000000105d972765d0f0578031ace339da4df8064921f864ea52f107b 170 0.08 vMB 229
225,168 225,168 0000000000000389c49ae2a0954f58873aa5aa85d2a835138707203b995f3ee3 378 0.16 vMB 236
225,167 225,167 00000000000000a883569d57ac610b966e181d2254afa3a719d38e3e603d211a 98 0.05 vMB 120
225,166 225,166 000000000000010ab8c8b08a9d173122cd2c744c1e0e2489aa4efb24cf1b6509 176 0.17 vMB 92
225,165 225,165 00000000000002beff163cf80d5ef0a4e9877e22dfcf22afde6463d90f799806 6 0.00 vMB 0
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: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 222.44 GB
    • Received: 0.84 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.