Loading Tool

Explorer IconExplorer

Memory Pool

39,860 transactions
18.78 vMB
0.17886904 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.12/200 MB

Candidate Block

Mining Attempt a444a3e69f13ce713d1e7c42a0ab9b284c2107bcf1e9644a4dd0dd42053f5cf5
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root 3c57bdefe66441fdb2c36b90ad1d42c768f91dbb6db78479a170da4245a2b35e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.05152519 BTC
Median Feerate: 4.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (717,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,241 196,241 000000000000006ea61fae3bf8155d38ebe651943feb9264c7491aea1a845119 132 0.05 vMB 302
196,240 196,240 0000000000000436a3539ad7e1da3eb4f361e0d097a269b35431adfbda20841f 400 0.17 vMB 147
196,239 196,239 00000000000004b626573de328113b859cfcf57b27f0da9e5b7487fc66a13f73 153 0.06 vMB 333
196,238 196,238 00000000000001b3aa01a6fde56d4022933f71a37b43473fd5a5fcb9cc9d06aa 254 0.10 vMB 213
196,237 196,237 00000000000006c0fecc50e6f268503aa55aed795e4c32b6b683350f2aba61d3 136 0.04 vMB 334
196,236 196,236 000000000000062d6d31203be48b00bee738419b1084da9992a24e82dabd8255 42 0.02 vMB 70
196,235 196,235 000000000000033495ea9071719903fd9501a140269a58dbfc540c7148454bb2 66 0.03 vMB 140
196,234 196,234 000000000000046e246c21a50367beffc70fe3aea375a0bb0cd14d2e2ef25313 147 0.07 vMB 121
196,233 196,233 000000000000025622d424a596361acedb8bd9c463c10b5f06acc96c3350c244 295 0.11 vMB 136
196,232 196,232 000000000000022d41efd1d8330ef62e64e05a2155b8cc28ba3a7ca84c537187 258 0.09 vMB 183
196,231 196,231 00000000000003c82df4318c657102c8466f5c8bb12298705454a96e5b3ac0ae 458 0.23 vMB 123
196,230 196,230 0000000000000370dd66e6d0b1dfe1572ec3ed9f85e89564db159e784f801a0a 249 0.07 vMB 63
196,229 196,229 00000000000003dd58829a8ce6e627b49cee003d70b452f0dc1afe742ad634cf 512 0.20 vMB 140
196,228 196,228 00000000000002c53e5e026789c007d9297a399b229930bdb1d65943b942c704 120 0.07 vMB 878
196,227 196,227 000000000000005833155e0d945dfbe79def161fe70fb3ceeb525ab933c9e526 113 0.04 vMB 53
196,226 196,226 00000000000004288071b27cb264699813ed060ec0900ee923445eb1aaeeb378 348 0.18 vMB 165
196,225 196,225 00000000000003bf2a22a254995770ad504f9f9f38c92786d8ca1bf519f4f5c7 13 0.00 vMB 23
196,224 196,224 000000000000017f2bc81c47a6d4577e7a3b9a8244c5979b00ee702ccacd6d7f 69 0.04 vMB 106
196,223 196,223 00000000000006d360d620d4db0622dbd0155534b39c18f88919f58441bc1d3d 910 0.34 vMB 153
196,222 196,222 00000000000001980360454c2cd140f3144ca85062e5a89d4f7c96e6d2e44e9b 149 0.05 vMB 136
196,221 196,221 00000000000003f1730d3da33d6a02421c70b983de404f262759d49647b36e60 485 0.25 vMB 133
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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