Loading Tool

Explorer IconExplorer

Memory Pool

16,357 transactions
7.26 vMB
0.02774519 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.04/200 MB

Candidate Block

Mining Attempt 8a7841cefeb04fe7734ebfb7b041e6243ed54d65fcab0befaffb2b2908a700a4
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root b70602936926cb8480b930fd94ce207104e2917bf595917e5d653cc519808790
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,952
Size: 1.00 vMB
Total Fees: 0.01372441 BTC
Median Feerate: 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (710,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,701 202,701 000000000000025cbfdfbf38c8590545584eefd9438c0d8ca49e1c8d44de6ceb 577 0.26 vMB 146
202,700 202,700 00000000000001803c6a4e75ba0a20b8602dc984d91582af324004046187d8f9 135 0.15 vMB 75
202,699 202,699 00000000000004e4dc4339ee98161a75d7bff330b3fb282a463ef08ac8e3415d 31 0.01 vMB 109
202,698 202,698 000000000000000e7e075eccab787e8cf2c402fb3671cd6dc34a5aabacf0959c 204 0.14 vMB 154
202,697 202,697 000000000000029f1784b3b8e7f31ba25391f6c0357fce03ad3e6d86b601a2b7 218 0.10 vMB 159
202,696 202,696 00000000000002964616d6ed1e9ba5ad9ac7657386ebc1f905a2df5ed0c9b31e 89 0.04 vMB 56
202,695 202,695 00000000000000e1f94cc087f092e94c8e9732414a3877ac17082307a7d299fe 332 0.14 vMB 212
202,694 202,694 00000000000001b63ec5367e4c0fc61faf2a6533b117cdf5eee17f48a914af19 124 0.05 vMB 102
202,693 202,693 000000000000021f9ae2984d1a48adae044a65f90aa2367fe7f779f5635a7d18 562 0.20 vMB 258
202,692 202,692 00000000000004266dfdd3aa64d2800d231aee9a03c3acee2e7769104a1ee100 41 0.02 vMB 338
202,691 202,691 00000000000001e9b45a15f63e9220588c1006b4e4e97b2c595d71553dcdedb5 23 0.01 vMB 52
202,690 202,690 00000000000002fb6c44f93282fe0c2664679a26a9e793dc2b9f43894ef421b5 265 0.14 vMB 174
202,689 202,689 00000000000000534b2aed7a0eb5ee0963bf824589a09daf29df05dfa2c77135 98 0.04 vMB 308
202,688 202,688 00000000000003c26d534ae8835d0a386cc792ac2081895f78425b25a71a69a7 172 0.08 vMB 133
202,687 202,687 000000000000013790e64b01013a1427b6c75f08290cb8cb2af2f716868d3e31 95 0.03 vMB 32
202,686 202,686 000000000000047f55967e945ce21b609abfd519f326993f13c2803c55c638b5 324 0.15 vMB 171
202,685 202,685 00000000000001fd2af55b72bebe06990715034859990c6b5758920f05eb92e0 115 0.05 vMB 151
202,684 202,684 00000000000003ba087498905de27afb3ffed7656f7b4fd52e0405073e26718d 228 0.09 vMB 161
202,683 202,683 0000000000000461cd0249f21a16f5c967ededc464de2bbd899b5b4d8afa0f1f 111 0.04 vMB 144
202,682 202,682 000000000000025dabc4188ac9b7650f070615b93d289b7c7338b6ec93aacc3a 136 0.05 vMB 144
202,681 202,681 0000000000000369deef60fcf8971e52bc13354ad19944ca879151c4166ebc3d 71 0.02 vMB 15
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

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