Loading Tool

Explorer IconExplorer

Memory Pool

27,879 transactions (4.58 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 38.18/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,609 000000000000000000022b910000000000000000000000000000000000000000 2,491 0.02221571 BTC 0.85 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,608 (793,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,004 119,004 00000000000065b2aef896e0d7d6371f45aaae3a719ac7a49ba29de8439ac715 0.01 MB 4 1,072
119,003 119,003 0000000000006545dda96ea464686175b6d4a96d994b2ec938c7766ae284034b 0.01 MB 37 161
119,002 119,002 0000000000001e78da125243466c34afcee6a77a2c4157db2112402b63ea89f1 0.00 MB 2 1,256
119,001 119,001 000000000000ac313a76edc9930c19962b2c594573eb54d2d703337fcdd7fad8 0.00 MB 7 0
119,000 119,000 000000000000499e09bdbe9b99dd44e202e5933919f578d6baf03dedca727d35 0.03 MB 63 0
118,999 118,999 0000000000001dd3d41eab9a7c0a17687454026dc298384e231d37853b6f9c76 0.00 MB 14 0
118,998 118,998 0000000000004e427351798f8f2c2057d67d6f3230f924e712ef378a2827520a 0.01 MB 20 572
118,997 118,997 00000000000013938bf569162ea3357eb6171b52b3fcf042dd374a1fe1770c65 0.00 MB 9 0
118,996 118,996 0000000000002f24f003d6b96ff64f10f3de84924e32643004898c10e17e508d 0.00 MB 10 0
118,995 118,995 000000000000a3d27b7d3ae699d93cbe4d75d8935ffa0e074481ec76328ad547 0.00 MB 12 693
118,994 118,994 00000000000042eb0905db339f3d12bcbabdc48743dd5d2da0180a2228d46232 0.00 MB 5 203
118,993 118,993 000000000000b44c48386828908d351eb92431cee8eceeb20f9d917bb44f655d 0.00 MB 7 0
118,992 118,992 00000000000006e526d0dfd15106d7b2d86a48a7a104eca60c2ff2488ca72563 0.00 MB 13 0
118,991 118,991 00000000000009f673da6913dc07f7791ac1f621035ae61cf7df21df8458cc56 0.01 MB 21 280
118,990 118,990 000000000000a60d64a1b5aec96895b0d63aff56acb4c9fdf56da533c3327fdb 0.00 MB 11 0
118,989 118,989 000000000000ac8baf2f45180ff341ae805a686779053c34eef147eb8650d705 0.00 MB 10 299
118,988 118,988 00000000000085226d54d3fdd36ca221502c486496d45362b2206114441278d3 0.00 MB 5 0
118,987 118,987 000000000000480821fdb082f1634986bb4f1cf6cea1d9958203de29b9d01bdb 0.00 MB 13 975
118,986 118,986 0000000000006ea6c6bd9598f251e9d405cd12d0fd3d8d505c44983d7390e489 0.00 MB 9 279
118,985 118,985 0000000000008ea12ec12d978dadcc6f3e2f2a4a45e333aa938a2f4cda50cc26 0.00 MB 11 0
118,984 118,984 00000000000037401cef2bf0efcc15eb85ea1f1158ba46c46bfdc982ba071b6d 0.01 MB 17 446
Previous 10 blocks ↓
Total Size: 778.13 GB

Node Details:

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