Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt df2d2b294475f8a40eec9991dad0c30d427c61c3eb0c1e9b2e4e0dbec363818c
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,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
251,538 251,538 0000000000000001728d85e0dd409b740bce331feff65b46ee133ee333f025b6 52 0.02 vMB 95
251,537 251,537 0000000000000026be7bf4abc36d25fdfa3e904199395ace317347812ad69fa5 51 0.02 vMB 33
251,536 251,536 0000000000000011244c1fe40fb6427d1336351e4229385ee9086b2021bf2f8f 92 0.08 vMB 129
251,535 251,535 0000000000000017efe4ceae82e78e2b5ea56471a308929ebb4e22349ef8c8bd 372 0.17 vMB 68
251,534 251,534 00000000000000497dbe1aa17f0b2c23494d4fd626430b220239f50b33059fb7 195 0.08 vMB 91
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.