Loading Tool

Explorer IconExplorer

Memory Pool

86,913 transactions
31.88 vMB
0.11106017 BTC
Random Selection Loading Transactions
Max Size: 195.26/200 MB

Candidate Block

Mining Attempt 4f62ef5d56362b31e2b50bc44e74438ae49f84b813e6d56a1cded4e0101e7e2e
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 591ff546e677b3d817eb4c76a1332a00bb878ae1d948f0472411bf9b4c1a59b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,839
Size: 1.00 vMB
Total Fees: 0.02969561 BTC
Feerates: 1,236.26 > 2.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (519,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,378 395,378 000000000000000002e20fd5b9bc69a9bf3d3d7fb73068c57999873c7ef7698e 1,961 0.88/1.00 vMB 45
395,377 395,377 000000000000000008d7a1686db768943fcd9bd47918d2a7353be97de1fc5d14 16 0.05/1.00 vMB 8
395,376 395,376 00000000000000000350ac4a4940c06645175ffb9db48d65da80ec9652fb2482 817 0.58/1.00 vMB 24
395,375 395,375 0000000000000000023669f5c2dd79f83bb3d8907c4142b53965336e4641b33f 2,164 0.93/1.00 vMB 37
395,374 395,374 0000000000000000083d224b67eb14987bccda725465fddf035ba21b201d8459 69 0.06/1.00 vMB 36
395,373 395,373 00000000000000000880175d1513ff1d81f0ac6af8e7da928e865a7cad9e322e 2,664 1.00/1.00 vMB 57
395,372 395,372 000000000000000004cdca3bbcca8e7bda2e0cc420ee4492929f432175ed9f98 843 0.95/1.00 vMB 14
395,371 395,371 000000000000000004ce0ea9f3d9e31bdc78ac313c223eef348969af2460fefb 1,172 0.95/1.00 vMB 23
395,370 395,370 0000000000000000032b479f9c60f010a7a9a3cb78d41b86a871e6ffbf4cb421 1,697 0.93/1.00 vMB 49
395,369 395,369 000000000000000000b7572e31fc575c5348b7f1b585e9e5572c7d60a63af826 2,222 0.93/1.00 vMB 96
395,368 395,368 0000000000000000078c85a6cb5695016a4b9254ae79734766e4466dcfe8d2ba 1,380 0.54/1.00 vMB 52
395,367 395,367 00000000000000000732acefa63432d58d6e6504bbc7ff327f4dce274769527b 1,216 0.47/1.00 vMB 52
395,366 395,366 000000000000000006d7d73d71eea1829529191e5219ee0e1d437c03cb190913 1,984 0.97/1.00 vMB 50
395,365 395,365 00000000000000000791e5aea67dbbe0fe6a4049c6a76de78af2133bc950a2d4 997 0.82/1.00 vMB 26
395,364 395,364 000000000000000005bfefab6b5a73df749249ae7fad4fa01e4e509099d71c52 1,705 0.75/1.00 vMB 41
395,363 395,363 000000000000000007765bb6802e2c59132819f50c3b7825ae9fa9a69a64fe18 155 0.09/1.00 vMB 79
395,362 395,362 000000000000000004d31748d2a486402b1149179ca58cc7264af817bc3d605c 1,080 0.95/1.00 vMB 21
395,361 395,361 000000000000000008f79e8837fb42439e98e253ecdcb90eca5d7548e54ecb16 1,262 1.00/1.00 vMB 22
395,360 395,360 000000000000000005c6ae016a0e897528980858ab5a9cc81a55d9c3b89c67a7 2,251 0.99/1.00 vMB 46
395,359 395,359 000000000000000006720d27fd70e5a5dcf3d97277d5bbb3f22a19da84072dcd 2,373 0.99/1.00 vMB 44
395,358 395,358 0000000000000000077a5478efa9593563109136a1fa136f17bcdd74a0f26d5e 2,793 0.93/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.