Loading Tool

Explorer IconExplorer

Memory Pool

15,453 transactions
7.59 vMB
0.02660630 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.66/200 MB

Candidate Block

Mining Attempt 48995f8c3ad6e050db5ebfbbea8986b2493eab6726315aab41ea81468f20d866
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root 50c88d58f82ed5d556b80914b77d575b7eb59b64c524e721aa76c291ee73f575
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.01060406 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (691,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,258 222,258 000000000000013414e24e67d0b1b6bfaba011817323a56bc30b842288a40c35 304 0.12 vMB 201
222,257 222,257 000000000000030a24d178c23cfd73f6ac5fa710ebefb65c04fdede8f4301ab9 343 0.13 vMB 196
222,256 222,256 0000000000000406a72954e4cb5c1eab979f6cc4a25a9d9178c2d82fc086604c 57 0.02 vMB 15
222,255 222,255 00000000000003010d3cdaf146832df77ee66d1e726a40e43ca159cfdea1714a 15 0.01 vMB 216
222,254 222,254 000000000000020cadd6939c428c6fa9a4d6a59e8b369a24a3d89890e65f2eb9 88 0.06 vMB 135
222,253 222,253 0000000000000374b7b42bdb0a8b231e1187d8734d97358f0f5fa23c0bbade92 133 0.05 vMB 119
222,252 222,252 0000000000000023e527984480bd5c3dec584ec4441e4ee7fac3c92a1770ad93 561 0.25 vMB 224
222,251 222,251 00000000000000ac7d267cbd6f073183ad3bc99d12c0e1826380c8b3fbb9a582 157 0.08 vMB 175
222,250 222,250 000000000000022ad2e5949387003b231bc410ecf5de14a8624a9e031ae56f2c 593 0.40 vMB 146
222,249 222,249 000000000000002e3b5135648127cd0e2c9db76a01fc2a49c136645461c0b304 447 0.18 vMB 224
222,248 222,248 00000000000004766fd217cf9399eaee4278a110baf4197a9e1a489d2be4a45c 9 0.00 vMB 236
222,247 222,247 00000000000002c303ec4fa8ad75ec262e554d969b2bbe77769fb6a26fbfc8e1 132 0.24 vMB 83
222,246 222,246 00000000000000ca7b1f3acc32c09e4e9cc0b7d3a0b61200c4a23cbe1d64ccf9 325 0.20 vMB 153
222,245 222,245 000000000000017c108efb346562a7ecb4ec689aa339dd0c8d71c14f3e160459 126 0.08 vMB 123
222,244 222,244 00000000000004735dafe9c23475cb037de890696d15b9d6dae60745532415e9 544 0.25 vMB 190
222,243 222,243 000000000000045528230dfcd81c235321e1a300215e203f8842fb6e961330ec 51 0.02 vMB 177
222,242 222,242 000000000000037175d8b96a3f98b78daea05ddea6b13a0c16f50b79c0c008b3 458 0.25 vMB 158
222,241 222,241 00000000000002d34fdbab8c669c3ccfb20a8b2cdcb582ec37174eefcb397621 125 0.17 vMB 40
222,240 222,240 0000000000000430daf486fe002009fd7043b5d1b4e31d5ac11df2b487cbfd3b 410 0.19 vMB 179
222,239 222,239 00000000000000f1022b7266131c38add01deee942b0e5860a9a1b1dd0243c61 42 0.02 vMB 131
222,238 222,238 00000000000001c9c564be91a4ea2b49ef6ff91e93f933ea6567c282dd8d55a8 277 0.26 vMB 114
Previous 10 blocks ↓
Total Size: 779.56 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: 266.76 GB
    • Received: 1.03 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.