Loading Tool

Explorer IconExplorer

Memory Pool

248 transactions (0.12 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.69/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,268 000000000000000000022b910000000000000000000000000000000000000000 202 0.00148967 BTC 0.07 vMB 2.15
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,267 (735,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,132 177,132 00000000000009bfcacf1f1254f6969fd2e001ef9c88247bc58dd61267762de9 0.01 MB 24 64
177,131 177,131 00000000000007a4f77ea5d57f308b34312d4e136f1e015fa90f62d5c85f2033 0.01 MB 23 88
177,130 177,130 000000000000081c1cb2dc9fe1bb3d7069cea5c932b12a3a4469058857bd4b60 0.01 MB 34 203
177,129 177,129 000000000000089bde5726946e02aafa4b525b95a79bb30a8094aa9b3e1f2f6a 0.00 MB 7 48
177,128 177,128 00000000000009073e33b551af563d7eb409e6eb89dab1b4bb35a132303ace75 0.02 MB 33 57
177,127 177,127 0000000000000667f96d838ab36b6139c2a7b0ed3e876f1a7d66dacd71a6a022 0.05 MB 193 29
177,126 177,126 000000000000006ecec177b86f177e3ce84eb3854840766ba9a566a44918f173 0.01 MB 29 102
177,125 177,125 00000000000001aa52bf0f11e1dc0c2e22536fb989d4ed71b42e8686613b15c8 0.00 MB 16 259
177,124 177,124 0000000000000560ae36344bff9fb9e65517199c65458a3972358b87213b90fb 0.03 MB 94 84
177,123 177,123 000000000000092786fc914a5c1bfe49b73a883807f03d26d5a1292a0e66122d 0.00 MB 13 30
177,122 177,122 0000000000000183d5ab7a53c7a5fdd4cb338b09c19061db199d3a82185545e9 0.02 MB 48 224
177,121 177,121 00000000000003c5c616c04e259da438b54e551f7e3c98fd2245d1d50f924fdd 0.01 MB 22 24
177,120 177,120 00000000000007600a0223a253e08ce7fe4d9b547b15526dfa39f6eafd430af9 0.02 MB 36 69
177,119 177,119 00000000000008b1907c07d1f74604f0a0d90b7ec25f0aa3fbe00fa2e1255605 0.01 MB 36 157
177,118 177,118 00000000000008ade905fe291e8a18de94fc629ed08de4d95c04dc0f333ba9af 0.01 MB 13 22
177,117 177,117 000000000000089d1011dab65b92d6239bf193528c104c1bff5fc9e4c2c4bcc6 0.02 MB 39 34
177,116 177,116 0000000000000076b143310f5954d5c001f43186ba8d3d1554f305a0f19ae993 0.04 MB 97 140
177,115 177,115 00000000000005ed871b3a23b2d5315495d4f76fe436deb4d2d824aed0c06a83 0.04 MB 98 134
177,114 177,114 000000000000030ab95d7df81bd226733f107d9b961f393f278668766ab6e203 0.05 MB 96 75
177,113 177,113 000000000000068b6df8d0dea0573e4eef687f66992dc991ae73799d4eb22353 0.01 MB 12 43
177,112 177,112 000000000000017966b44c4b67b52372e434cb73de3d2bb02ea70bfecbbb6c9e 0.02 MB 45 90
Previous 10 blocks ↓
Total Size: 777.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,539.61 GB
    • Received: 136.20 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.