Loading Tool

Explorer IconExplorer

Memory Pool

19,560 transactions
8.47 vMB
0.03498853 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.24/200 MB

Candidate Block

Mining Attempt 50f1befdef9cf77f5971b20694d3eb5355ae17826061634dcecc351fcfbbe511
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root bf2f1f0cfe49524e9dd766b139776c6d969d54cda242d243592a490d097c7e26
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,717
Size: 1.00 vMB
Total Fees: 0.01688105 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (658,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,999 254,999 0000000000000031f610aefffcc32bbffef5a83517e2ba1c73b8123a7e3a0fec 92 0.04 vMB 80
254,998 254,998 000000000000002373a8f3e9a6beaad367e527efb25a104ac43b767014ce885a 128 0.09 vMB 13,877
254,997 254,997 00000000000000010180d5d86cc83262c3bbad2cbeae5c335760fcc8ee2514df 458 0.18 vMB 104
254,996 254,996 000000000000001d78568e03a1a68801c2b7d4c93891807d93feabe436bce9de 41 0.02 vMB 114
254,995 254,995 000000000000002c9734a3b0331aa4179f743079f80a58250824cdb5a2227f88 261 0.09 vMB 147
254,994 254,994 000000000000003296a4a375770f31e34a0dadc844d2e57dc5b91eb459f1dfeb 86 0.04 vMB 101
254,993 254,993 000000000000003f7193e4f2f4d05a9ba4e199735cd850b3aedea07709364c83 418 0.18 vMB 97
254,992 254,992 0000000000000012dbb83dd4b8f5cb68490ea95d6bf1e4b18fdeef9d1a2055fc 625 0.25 vMB 134
254,991 254,991 00000000000000220ca2a92426125f11a3703f97756b25be5b2fb73ba5b6d4c3 248 0.12 vMB 92
254,990 254,990 000000000000000da33248facab9947a61cfa6886fa10de2ba2bceed3ee177af 404 0.15 vMB 128
254,989 254,989 000000000000004151ae90af11693869f2fb4121fd8964bb21d06f9a043697e0 32 0.03 vMB 65
254,988 254,988 000000000000003a04b22595cfa16e4f85fe3cd7cc6b9288689391722bf9b37e 69 0.04 vMB 55
254,987 254,987 00000000000000056f10706d8fe91db13c169bd43f66e8469d096889e9a03260 613 0.25 vMB 151
254,986 254,986 0000000000000025c499270f740a25b7e72cdd42025aa2ba66ab0005940f8581 212 0.14 vMB 112
254,985 254,985 00000000000000128324594a43450beb8b094b18dbb081dbb4b599e501cf164e 333 0.13 vMB 129
254,984 254,984 000000000000000adf66763f9444d7fd1825d190796069be2267cba561d8c4d3 85 0.05 vMB 56
254,983 254,983 0000000000000036f1fffb3d03163e1d51b902849675bc4e8cb3daee83930fe0 343 0.15 vMB 140
254,982 254,982 0000000000000025700d57699ff998e47a4bd86efa77a73afb69b50e6d2f79ae 49 0.02 vMB 93
254,981 254,981 0000000000000026c8b43f40638919f37fdb5a38ee81dc44c2d3934f9a51ee48 225 0.09 vMB 70
254,980 254,980 0000000000000022b7ad4afd66d528cec226a6c1739862573fffcf6f389bfb43 568 0.25 vMB 128
254,979 254,979 0000000000000032ec9d5130ada099421be285e8edeb90fc5419f733b0ec9cbb 184 0.07 vMB 85
Previous 10 blocks ↓
Total Size: 779.58 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: 283.97 GB
    • Received: 1.13 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.