Loading Tool

Explorer IconExplorer

Memory Pool

39,580 transactions
16.05 vMB
0.11901851 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 92.61/200 MB

Candidate Block

Mining Attempt 6b7e538e81764cc7dde32b2afa15c6ae428ed2047845ddf2e3fa33e97e009793
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root 5fd80c9da9959ee1bf8eb4dcc96a8446c972158db408d52be6ec1cd667193985
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,744
Size: 1.00 vMB
Total Fees: 0.04180621 BTC
Median Feerate: 3.93 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (626,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,263 287,263 0000000000000000535800a6dfe3670395b2e3bf61da4f9b7eb7df8187a38b2b 332 0.34 vMB 28
287,262 287,262 00000000000000014497ae41f4db440927ffb9a1b2346a42afd93a7638c3d88e 573 0.35 vMB 28
287,261 287,261 0000000000000000234cb06672e0f8bde647783febfc61f4b3b38f4bee5da193 727 0.25 vMB 60
287,260 287,260 00000000000000003027216caf05d57698c5ec197ba45590034f175846ad1bb0 102 0.06 vMB 44
287,259 287,259 00000000000000015e7a779bf1fc4e2570002fd3c14c79551b71e3831aed53b6 586 0.34 vMB 37
287,258 287,258 000000000000000050b013a924b401bbd538764df08de03a361b0d852de67fc6 711 0.40 vMB 33
287,257 287,257 00000000000000003e4a8acc8d7dffc8f85887862ed10071df48d18900871eef 53 0.05 vMB 22
287,256 287,256 00000000000000003eb05c26514c548f0dbc91f57af3b6224a55b6e33aefe75e 159 0.08 vMB 34
287,255 287,255 00000000000000000cdba4b2f5bc0841533bcf7e51978e75260a18c23b675ec1 323 0.24 vMB 22
287,254 287,254 0000000000000000e2f8a4b9d3fa098a257ccb5793ed78a033e769af4d89c8f5 124 0.06 vMB 57
287,253 287,253 0000000000000000ee50a8364daae6ce124272d7688f80c56a75f1ed04b68ed8 91 0.06 vMB 31
287,252 287,252 0000000000000000b93f133672705da7b31d4beb5b533384f2080d9054716400 501 0.37 vMB 29
287,251 287,251 00000000000000003d8dab5e0b731e0b93ed928e253177a3ede264fcd27334a7 291 0.18 vMB 30
287,250 287,250 0000000000000000edade8da5287ea352735b3f2c16a000c6346f01deda4a66b 428 0.27 vMB 29
287,249 287,249 0000000000000000da68249315560786fa4c9e738f373091fa3ccdb084cb5cbc 126 0.12 vMB 15
287,248 287,248 0000000000000000583c04bf7f0641f470acc8e06a684f28ce0be05a567f0ece 875 0.35 vMB 40
287,247 287,247 00000000000000012c1e8ea7c956f1b80acfe961b4990adb9d7a40c4dab9aa18 258 0.14 vMB 31
287,246 287,246 0000000000000000f4d7f88110d538c006eb7dd3341d8323b13460eea42f8dff 161 0.10 vMB 24
287,245 287,245 00000000000000002822a442434055f6dc60ad83ada116910371a5bea443638c 171 0.11 vMB 29
287,244 287,244 00000000000000011fa860a6c3d65129c5fa528ee08f671e41f1ade4ef1c2801 250 0.11 vMB 41
287,243 287,243 00000000000000004bfee2f5fcbffbc4dd32b6b02514353b78d245c56422e931 567 0.40 vMB 50
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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