Loading Tool

Explorer IconExplorer

Memory Pool

42,127 transactions
32.20 vMB
0.09167884 BTC
Random Selection Loading Transactions
Max Size: 160.95/200 MB

Candidate Block

Mining Attempt 089d64950fcfa0fc56076b048f2d9ea9ab1b1ed6daa3d5f757b585f5f40d95e1
Version 20000000
Previous Block 000000000000000000014d09ba7a31a9df4561752127b3c25ca00855382b7a3f
Merkle Root 382bd257a096ecc4bdbc752fc9bafb400c2da0d7380d7c69e8278ebf5abd1d56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,046
Size: 1.00 vMB
Total Fees: 0.02186811 BTC
Feerates: 603.21 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,361 (785,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,380 128,380 0000000000002207e00e023f7538ac3d3889692909fdc46356d9679cd70adb61 59 0.02/1.00 vMB 335
128,379 128,379 00000000000016746d62fd08145f156595212a773d903965f8410a6b17c894d7 47 0.03/1.00 vMB 776
128,378 128,378 00000000000000f165c631cc461e56063d670602d8bfd959934faaaa3aa235c6 7 0.00/1.00 vMB 1,025
128,377 128,377 0000000000000c6c0eeb8ceda76ac90b53c44721eb02b15d7b8226ae8f0da628 83 0.03/1.00 vMB 109
128,376 128,376 000000000000088fd953b88e54281579c4007d11061f50234e1ba162b1fa31cc 15 0.01/1.00 vMB 578
128,375 128,375 00000000000016819fbf61b9c91a3226f97c1a5fee0ead5ce45c498d22341494 11 0.00/1.00 vMB 2,320
128,374 128,374 00000000000008c24bd7cd4bd91ed3b2314b755bf8ddf8a4c46fa7c750a0d4fd 12 0.01/1.00 vMB 396
128,373 128,373 00000000000012c4e3a13d48a54277950c28b7116d4785321f5e727d0042e916 21 0.01/1.00 vMB 456
128,372 128,372 000000000000037b344ceb93dffa15d3c9b1a8ecd92277deeab775dedd4be141 15 0.01/1.00 vMB 259
128,371 128,371 00000000000024ae45405094a9f293bc5e5dc091ce350b122923387168531293 89 0.02/1.00 vMB 89
128,370 128,370 00000000000019c9c4ff82fdd07ae04c0629569b91422a2716f9d1eeab168095 28 0.01/1.00 vMB 883
128,369 128,369 00000000000011b844e11d0f4d1d3b568a1dc0f11f251c8deda6d14718bb2858 217 0.10/1.00 vMB 638
128,368 128,368 00000000000009c4219467a80bea9ef62d44b76cb27ee66ed3f0a6e19cf848d2 84 0.05/1.00 vMB 1,293
128,367 128,367 00000000000011b5445073c08be1d07ae93132c9b24348421a74fbd7d70c0e56 19 0.01/1.00 vMB 493
128,366 128,366 000000000000009a3dd17a9b830e85eb1e5fe196b919c0843c539c2a9bb58306 31 0.02/1.00 vMB 1,060
128,365 128,365 0000000000001d49dd9c7f3ef3a9c8b3db8bd2e7cf05d48c5e6aefaee143cf28 59 0.03/1.00 vMB 25
128,364 128,364 00000000000014eb0167e05da8103d10dd3810cccbcc84d284d96231f2e62306 34 0.01/1.00 vMB 789
128,363 128,363 0000000000001b233fa5e212a27965d86baf01ec64094d7f75fc8da35b891505 35 0.06/1.00 vMB 1,290
128,362 128,362 000000000000023847ed2801b5938ffd6c8df02023399dffe163861fb24205d7 1 0.00/1.00 vMB 0
128,361 128,361 0000000000001f5b7bde74acfb9b0c141527e1423060f26fd3b841931cf2a0a0 170 0.07/1.00 vMB 438
128,360 128,360 0000000000000e9dae70708623290202bf525381133c44e41f010a9f7216856a 19 0.01/1.00 vMB 1,048
Previous 10 blocks ↓
Total Size: 781.24 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: 592.40 GB
    • Received: 9.65 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.