Loading Tool

Explorer IconExplorer

Memory Pool

80,215 transactions
31.13 vMB
0.08018688 BTC
Random Selection Loading Transactions
Max Size: 188.34/200 MB

Candidate Block

Mining Attempt eef1ad859479811fda9a7943823af46b4f2ea4e302e77a7931173627c76598c5
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root b17790f96a455fdcd5cf67ba53133837ecf28ed404a6a3247dab2b52d756f05b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,774
Size: 1.00 vMB
Total Fees: 0.01307734 BTC
Feerates: 100.25 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (276,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,306 638,306 0000000000000000000f27c5faaf0a10dc204f51a7cd9a4750a85626843a9796 2,519 1.00/1.00 vMB 24
638,305 638,305 000000000000000000050d8c0799a319d1e0cdd8fd9a1cec55e6aac21f2f8a5a 1,681 1.00/1.00 vMB 61
638,304 638,304 0000000000000000000833d5d99802076669aba458deb1104cec61ff8f3687d0 1,099 1.00/1.00 vMB 24
638,303 638,303 0000000000000000000bd681d395e07bbb53125c5a915bb03b612f58627cd111 2,336 1.00/1.00 vMB 38
638,302 638,302 00000000000000000002acbfc2d13731695abe2224f0d42523c025a755902ae7 2,443 1.00/1.00 vMB 52
638,301 638,301 0000000000000000000578a1953301a0c0f81b73de31a355e3d5fa497b0db350 2,245 1.00/1.00 vMB 32
638,300 638,300 000000000000000000080b8736e84cf1cb2f9c7d1aa3edad1c33acbd1e23c493 2,469 1.00/1.00 vMB 28
638,299 638,299 00000000000000000005cd3cc4471c2772d2c34b0be983df5bdabe8684ab4ee8 2,630 1.00/1.00 vMB 40
638,298 638,298 00000000000000000000ad1c6fdb5696f4e3fee66606a54c96d35e23d1faaa26 1,888 1.00/1.00 vMB 62
638,297 638,297 00000000000000000008d63858f2faf37bc80fede8941ff4d19a2e34a285011c 2,452 1.00/1.00 vMB 30
638,296 638,296 0000000000000000000438ead3ccdaf933bd48d525fbfad4504090b49668705a 2,295 1.00/1.00 vMB 30
638,295 638,295 000000000000000000087fcdc9ce3df89dc2d1c1e34cc1a556202d4199b50cff 2,142 1.00/1.00 vMB 40
638,294 638,294 00000000000000000011090b41d019f39977aec7d50f635a47075d71d748dcdf 1,677 1.00/1.00 vMB 71
638,293 638,293 0000000000000000001139988835bee3ae6e75c47918619f418e6c77243a6116 2,621 1.00/1.00 vMB 11
638,292 638,292 0000000000000000000f4ccb295a94b789f9e572b77679508773d67a3e1e134d 2,924 1.00/1.00 vMB 15
638,291 638,291 0000000000000000000f03e5e2ededce92bda16f237abe43467f5d3c7f5cd0d5 2,749 1.00/1.00 vMB 40
638,290 638,290 0000000000000000000303a7cc75e81de84d0fdf79f99ce357b2f84ccd0a69ad 2,628 1.00/1.00 vMB 30
638,289 638,289 00000000000000000007b0c873ab252871bc234c607d66d621a7cae5a9aad381 2,710 1.00/1.00 vMB 28
638,288 638,288 0000000000000000000351115906eb7ee644ab98d4bab4c4d6e409182361d5a7 2,193 1.00/1.00 vMB 25
638,287 638,287 00000000000000000001620f798e6ff030249f0fe45a5d5cfc6b6b2afdd19892 2,673 1.00/1.00 vMB 31
638,286 638,286 000000000000000000070f9fd6e89d0731d9f117d16568cb752874d949d611e3 2,281 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.74 GB

Node Details:

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