Loading Tool

Explorer IconExplorer

Memory Pool

16,557 transactions
3.89 vMB
0.01440935 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.91/200 MB

Candidate Block

Mining Attempt d6d3339ce827db26942c41082f07078d48b6b06802ba60ca33821c4b8445dad0
Version 20000000
Previous Block 00000000000000000001910cf43aa68ba3f3d5092e78b790ff9c8eb9af8135de
Merkle Root 7962617708dab11f0163418b5e5d7e9180c5ea716ad6938a7141dcce8db635a4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 464
Size: 0.14 vMB
Total Fees: 0.00486448 BTC
Median Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,154 (653,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,267 259,267 00000000000000235985eaf9eedde1f4555e26c2f792219c315bff03b34de689 0.07 MB 142 89
259,266 259,266 000000000000002050a07cd50e8a1908f9decd43cb15fd867f9a2b5973a0bb11 0.09 MB 225 120
259,265 259,265 000000000000001a66115ef8d9a801f57474158f200262088d5399dad50f9a4d 0.02 MB 67 116
259,264 259,264 000000000000000effe898fdd353ceef75a8f5edfcfcfa9174d65f2c8576a374 0.10 MB 275 174
259,263 259,263 00000000000000038eeff35630930b4ea1998ba89e2bef1a1cda082751589640 0.11 MB 269 131
259,262 259,262 0000000000000004ae48defccfca8b785773b5f34bf1c8fe7c509115f427e8d4 0.14 MB 310 241
259,261 259,261 000000000000001dfacf1e81afcab772aea76eda27279c6cb2f7b4f6795bcd6e 0.25 MB 667 135
259,260 259,260 000000000000001483412322cd1f514a26b4944ddfbf9005b1ab4a06efd305f0 0.15 MB 329 158
259,259 259,259 00000000000000047492f37546474a2c077623f19ae3fdad880db2905cb0414c 0.08 MB 181 98
259,258 259,258 0000000000000018a09fc5da1e498b0a8a7aba5258f62decdcd3b183df220d4b 0.02 MB 63 79
259,257 259,257 000000000000001e54799f723599adcdccfe2eaa5179608988261aaf8ba6137a 0.08 MB 115 96
259,256 259,256 000000000000001720e11471ee833249a2d1c686bf6520c5c264fddf0f56a94c 0.04 MB 89 55
259,255 259,255 0000000000000014c3c4045a4e2c41142a34b3751990556056515d1d7202933e 0.14 MB 150 28
259,254 259,254 000000000000001899dc7a763d937e1e79eb09750d9d9d696f124b6608c14acf 0.25 MB 755 146
259,253 259,253 0000000000000016baf91314be795b5d0220ec7fe97b8cdb5e3ce355285efa39 0.04 MB 114 91
259,252 259,252 000000000000001a9d3666c7deb035d57c0f783eeffd37c2790860370cccbc90 0.17 MB 327 88
259,251 259,251 000000000000001dfb9c35673393d215e8e450c47b73d65dfe446f4b9de86f24 0.03 MB 41 60
259,250 259,250 00000000000000152e66b4568f3996212b21443d4d7b72b269caab332ad241dd 0.02 MB 57 81
259,249 259,249 000000000000001432ff0da4ca243d17e800db508ddf4d9351682cda91fd5f40 0.00 MB 12 112
259,248 259,248 000000000000000319fb3c28923abdac8c46e0fdf1c435e9f64d0b24e9ee48a0 0.01 MB 33 115
259,247 259,247 000000000000000f9d9b5715982b8da13cac91e83a5031f33a6321fc4bcd71e5 0.03 MB 74 141
Previous 10 blocks ↓
Total Size: 779.12 GB

Node Details:

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