Loading Tool

Explorer IconExplorer

Memory Pool

33,268 transactions
13.99 vMB
0.05422349 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.87/200 MB

Candidate Block

Mining Attempt 6abe5260aa9ad92f16daff4cc1fd01042d37f02e4bb803f86cf74a524edd5f19
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root b4af1e52b18878c58065129b51cdacb5f4b5ab80f43df2e6a79c7f58b222d076
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,032
Size: 1.00 vMB
Total Fees: 0.01589498 BTC
Median Feerate: 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (710,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,553 202,553 00000000000001f729bccd74121efe0c3f345fec62daac3c00488cdf56ffbd6b 106 0.07 vMB 180
202,552 202,552 000000000000031875564ec528b037776a634630adaf841d94e97cd756576e27 112 0.04 vMB 83
202,551 202,551 00000000000001454d52d87e037ec43d570d9a83cd67793e571f062b7aae9430 638 0.21 vMB 180
202,550 202,550 0000000000000312cbd8557234f1ffd532d48261e00b39adaed257afd4c6347a 27 0.02 vMB 145
202,549 202,549 00000000000002cec31c3ce2909062c14a16c547b33dfa31ab30b5489d0fabcd 14 0.00 vMB 89
202,548 202,548 000000000000034f0ce82fe40ac96f0bf95076034fdde9b6394db21101d22877 252 0.15 vMB 176
202,547 202,547 000000000000055e12d1f3df73fa693bbe146f55b1cd95776420f70e59552fa8 689 0.26 vMB 176
202,546 202,546 0000000000000366c89d6025020173c8b3daf2276c60468501960bbf986ac40c 128 0.05 vMB 181
202,545 202,545 00000000000001b30835ad65c69dae94b4f2ec6cc0e8161dd4537b53564fa57a 32 0.01 vMB 516
202,544 202,544 000000000000056ed682741145e2a0b87df761801db15442f74e19c793425e2c 292 0.17 vMB 103
202,543 202,543 000000000000036e9de8f53ecdb225a0c54310635dc6750cc853bc872f7f2908 94 0.05 vMB 163
202,542 202,542 00000000000003f2a6d2a9d9abc3cbea076c4cdec76965612071c62efbc59dca 358 0.14 vMB 195
202,541 202,541 000000000000015154dcb56a7b7782505d6bd643c87d2da448ade5232e464af4 16 0.00 vMB 149
202,540 202,540 00000000000001ea839aad01e23ae07b4ea6b1a40c3d2985d6155b387ba99db9 68 0.03 vMB 93
202,539 202,539 00000000000000468f55438e9058977ebf44dc38d46d7d4ac672a72dc2657543 127 0.05 vMB 45
202,538 202,538 00000000000003ae16e5df3604921f7527d80bb5881c3be9fc01bf21bc3a4c4c 58 0.04 vMB 58
202,537 202,537 000000000000023230e10aee1a1db1a0b992d8694d09a047c8bf09ee86aa5dc0 50 0.07 vMB 56
202,536 202,536 000000000000044335e2f96c073bd52c85176a4129e78ec856e6b1334e37961b 301 0.13 vMB 132
202,535 202,535 000000000000051f069ebd154fa3d0a4e3e281beb1f18439e8338d89e8d9a6a0 500 0.25 vMB 193
202,534 202,534 000000000000048199edeaebadebb1686013e6696df29d3c2b5ccfd448903a13 181 0.06 vMB 273
202,533 202,533 00000000000003086a93bcc405960540af8728c407fbcb5769f7c9640ae7fff3 849 0.38 vMB 157
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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