Loading Tool

Explorer IconExplorer

Memory Pool

22,528 transactions
10.40 vMB
0.04104571 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.25/200 MB

Candidate Block

Mining Attempt 2ad37d080003e11df167ab7dc8097f996fb52dee8681e398e649f752517694da
Version 20000000
Previous Block 00000000000000000002017b3f431ec8e9d130f94b4940b3623533d08b0dea8d
Merkle Root 86eb1f57284557d03cd576ea657686f30c9d4c3eaf4f3603bbcebc36eed87bb4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.02406346 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,573 (755,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,285 158,285 0000000000000deab3399f64379b0cc6f380b0ad300aa1fb1e465704aeb4d5ab 32 0.02/1.00 vMB 378
158,284 158,284 0000000000000c10b641ee6233e2aaf303169f94b3bd927f40c46bc406fdd2f7 56 0.03/1.00 vMB 229
158,283 158,283 00000000000001ed7fa7ef24da329398c8829c0cebd90ea1aefb7e1eb4bc55d8 33 0.02/1.00 vMB 84
158,282 158,282 0000000000000e3e90e13af06c7e25e369ddbe4c7dfd47dcdd0eb9f2db968fd9 17 0.02/1.00 vMB 36
158,281 158,281 0000000000000b5fddd71f8d25bd69b65d5761be6dcab7dc50cfcf5a2ba76650 107 0.04/1.00 vMB 143
158,280 158,280 0000000000000429b7b80f1f3a2cd441e5555fdcbdf5e17aa8372dff4b356512 9 0.00/1.00 vMB 280
158,279 158,279 000000000000052a56a9e63ecacaa1fe46e1e5bf6326fd8210f832949f0caf02 24 0.01/1.00 vMB 618
158,278 158,278 00000000000000aea1e5d354db90e2902e1c7d8858a7d1aa3f80958419e0f7a6 42 0.04/1.00 vMB 65
158,277 158,277 00000000000007b904b46c2f347690e889cbf3705182776ba66fcbcc08e5365e 33 0.01/1.00 vMB 173
158,276 158,276 0000000000000cb8f3f9640d41259a59bf02eecba847f5993cab5e57040e24cd 32 0.03/1.00 vMB 78
158,275 158,275 000000000000001489ca46cc85b1b8be425097e3e17908a5eaadf1cf49b981f2 54 0.03/1.00 vMB 26
158,274 158,274 0000000000000d627a9450b3c9080b8a518ffeda96727736f7f55fcf979a2afe 140 0.04/1.00 vMB 1
158,273 158,273 00000000000006e36f42d7e5e31fccac430a1f10d8add8f8da19a80ea6162912 68 0.06/1.00 vMB 127
158,272 158,272 00000000000006c8953d8702cdfdecfd5fdc93dd09d6c7579ef2c3be99e8f413 10 0.00/1.00 vMB 89
158,271 158,271 00000000000005440ebfac3689a2993fee547442f032d2369a677709c3276c84 91 0.05/1.00 vMB 273
158,270 158,270 0000000000000559e5ff61d2ed55570b7c03de2e73c8e0b8a82cc49bd0a6a5c4 40 0.02/1.00 vMB 3
158,269 158,269 0000000000000ba32dc624f99bf29fc0af61feea9fb7dda750e40c0472626847 112 0.06/1.00 vMB 243
158,268 158,268 000000000000096dfbcceac90114f82f6547978243662f0a300f13bdd3b1c00c 49 0.05/1.00 vMB 311
158,267 158,267 00000000000006439eff59268d5d348f9e2af8aa5525b9c7f68d3b07d4eeb78c 9 0.00/1.00 vMB 18
158,266 158,266 0000000000000df5583af40f6afac5468feb59f51b0871c69deba7df97d16d27 10 0.02/1.00 vMB 55
158,265 158,265 000000000000040d71df07bb39ad164c15551e5ae57e68d820b4a532cc20642b 65 0.02/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 779.86 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: 440.30 GB
    • Received: 2.42 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.