Loading Tool

Explorer IconExplorer

Memory Pool

24,411 transactions
10.60 vMB
0.03358551 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.64/200 MB

Candidate Block

Mining Attempt 12993ba91b66bbe7253d317068d3dc20bc20c685e0591925e449eac20bd05e77
Version 20000000
Previous Block 0000000000000000000160b95a36b779d2efb2ad38447e49137eb7bcf5f17dfd
Merkle Root 87e44eae9d571a03ec6eb0b3732f303a6ef5b31fbd40ca1daa53dcd4459f4b45
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01610529 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,536 (661,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,559 251,559 000000000000001c9278eb231d303da92acf28e9caa6dce0bf785e69d8a7ffef 215 0.10 vMB 112
251,558 251,558 000000000000000ee63417dd5f134f64fe63a7df3eed0dc25380756d10841f46 103 0.21 vMB 24
251,557 251,557 000000000000003b459a49defa85f880570bf8afb033a0cdc28d8d04ce777008 119 0.05 vMB 131
251,556 251,556 000000000000006e2464abb2114bb25c22a6e2df4b05bec019b7c392df2c6e8f 261 0.11 vMB 76
251,555 251,555 00000000000000272f443a28a0da91bc8866de78ab7e96f5f783a0f302e27471 27 0.01 vMB 71
251,554 251,554 000000000000004d6d5bdda75576cf3bfd34a2bf2527217a963c2ab4b35379d2 23 0.01 vMB 82
251,553 251,553 000000000000000cccda363ee5f3c474e0bbf0f57d89e32c1efb7229271c7427 373 0.17 vMB 85
251,552 251,552 000000000000000ddfb517770f32d3dc35fba62c153f55f559eb72f5005b872e 20 0.01 vMB 68
251,551 251,551 00000000000000178c3357d038840a023f7418f037f8bba5be6491efec25cc04 23 0.01 vMB 32
251,550 251,550 000000000000002421f390649e1cd050e444c8139d8ba6141356c0f45f8f39ce 100 0.04 vMB 82
251,549 251,549 0000000000000038ec85a72829b2af57f72daff541363557df0e2c558edaafbd 30 0.01 vMB 80
251,548 251,548 000000000000006eb53ab9fa71de33a8757ef20ae23bb402b09320e4a07c50ef 16 0.00 vMB 73
251,547 251,547 000000000000006c76759907036f7f4ac0618e7dd14dc9fcaafe7382dc732a4b 132 0.05 vMB 96
251,546 251,546 0000000000000069f5aa3e226aff91d1832d587da982763df1cb75151fc2d970 358 0.15 vMB 96
251,545 251,545 0000000000000062553e366de26410598ef705b6096e97fcc0fcd124e12a9ea0 110 0.05 vMB 68
251,544 251,544 0000000000000034f809819fc123cc5d8bcaf7773a16f2ab74dc474918bf1d9a 32 0.01 vMB 56
251,543 251,543 000000000000000a491a41bc3bffd8470a6f47dfeb378d4bed976c0b004c9d59 202 0.08 vMB 73
251,542 251,542 000000000000002db368947d5c61d004ea17e3c7a53a7c1f2c67c1cf1d95a347 64 0.03 vMB 73
251,541 251,541 000000000000003c693d3769c876506a31a404a69796f319af4d8978f5196974 419 0.19 vMB 74
251,540 251,540 0000000000000071f0f083d1ed422605304b2ef80f8b51285936a5e133090e0f 43 0.02 vMB 85
251,539 251,539 000000000000001a34ac4ce963e7b2ed0b0c459fcad54dc517946db970a9dae8 140 0.07 vMB 65
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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