Loading Tool

Explorer IconExplorer

Memory Pool

42,126 transactions
26.44 vMB
0.06113007 BTC
Random Selection Loading Transactions
Max Size: 138.49/200 MB

Candidate Block

Mining Attempt 43986c5bc43f119a4805240fcf216f41dab9b79cd487ec7792077718ecd11b52
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root efe1cdf6c1f08fee3be7be6d0877d54b4c410c2b3ec276fa83d488d70e415cd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.01268781 BTC
Feerates: 477.45 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (446,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,614 468,614 00000000000000000010b50b2028590d48afbffff1fbbfa05eaa1c0e18756647 2,127 1.00/1.00 vMB 302
468,613 468,613 0000000000000000001a725e76312a0e8b127d4f48acc13c623ba482e9dbc643 1 0.00/1.00 vMB 0
468,612 468,612 000000000000000001d0ac12611f007cbe15d14be65970fc8309d7bb6e1dad12 1 0.00/1.00 vMB 0
468,611 468,611 000000000000000000d9e38489728bff77443950a891bc2b872084be275032e0 2,108 1.00/1.00 vMB 203
468,610 468,610 0000000000000000001c141cb514480914a0dfab54c339b1caeb93ef362817ad 2,240 1.00/1.00 vMB 361
468,609 468,609 0000000000000000013d0ea4b216c3c2a61d13004b6e8ea11562290f0234940f 1,465 1.00/1.00 vMB 153
468,608 468,608 000000000000000001c0d42712cca074294599681733a2777a553a98fde3c0a7 2,290 1.00/1.00 vMB 291
468,607 468,607 0000000000000000003ef5409be1ffbcdb06e9b4dc4f8764dabab16864c91f73 2,325 1.00/1.00 vMB 318
468,606 468,606 00000000000000000055da982f5049f8b2d609c4716a65ba62c25b5fc73d360b 1,913 1.00/1.00 vMB 249
468,605 468,605 0000000000000000019c0079af21409cc2e5a7dfefd9d917659fa0ab6710e150 1,381 1.00/1.00 vMB 287
468,604 468,604 00000000000000000072b6bacd76e88a422c84e00111f7679d3595b8ce967409 1,655 1.00/1.00 vMB 270
468,603 468,603 0000000000000000001d4619d4f07587acf16fdbeb4b91b24a0a9259bbfaf04e 1,921 1.00/1.00 vMB 292
468,602 468,602 0000000000000000016fec81066e8f9befb4642114cdc48b55029573a0f4c4dc 1,757 1.00/1.00 vMB 303
468,601 468,601 000000000000000001d35ce8562d66fea3622074beeadcb39f84269b81b4de46 2,645 1.00/1.00 vMB 338
468,600 468,600 00000000000000000119bf644939bb3efae329dbd7fff960d74b1e2e8cae58a4 2,584 1.00/1.00 vMB 373
468,599 468,599 0000000000000000005f9c015623f4837c3cbe4743b42fb5eb74d125af46cc1f 2,143 0.99/1.00 vMB 244
468,598 468,598 000000000000000000f5db108bf4959449353b2603a193a95d72f36f036b720c 2,285 1.00/1.00 vMB 376
468,597 468,597 000000000000000001363a83263367a49576b8f49e8ee6f0912299dbf33ac8ad 2,700 1.00/1.00 vMB 315
468,596 468,596 00000000000000000157c16b516e18ac242e505daea2fe7f171885928d614760 2,219 1.00/1.00 vMB 422
468,595 468,595 0000000000000000011c42d07b32685cf6a2ecdc4b34b65a2b6f645f6f674c6d 1,264 1.00/1.00 vMB 372
468,594 468,594 0000000000000000000008c1e8206635a151c06fe984c6281f3d1f466790b366 1,828 1.00/1.00 vMB 284
Previous 10 blocks ↓
Total Size: 781.90 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: 645.48 GB
    • Received: 12.73 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.