Loading Tool

Explorer IconExplorer

Memory Pool

66,091 transactions
36.24 vMB
0.18294156 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt a32ded3f0aa814a8ac8cb65f285eb122633e39e6cf1c5865d9d4e3f2f9b290fd
Version 20000000
Previous Block 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f
Merkle Root dd1016cb10b2c1f839f18cf878d84beea9c4b48b1166f8fe35063c477b86f78d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,882
Size: 1.00 vMB
Total Fees: 0.09776189 BTC
Feerates: 120.21 > 9.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,404 (804,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,295 110,295 000000000000e4edc30c8967b719ef819d62d5d739c27ff066f0313949d14697 5 0.00/1.00 vMB 0
110,294 110,294 0000000000018cc34b8f7b76ca69d6f532bce246f760c73da7ccbff78facbba2 2 0.00/1.00 vMB 0
110,293 110,293 00000000000114f3500076e1ffdafb5a8c812fceff445627079f960ea7f4e7a4 4 0.00/1.00 vMB 0
110,292 110,292 0000000000013f97e1cacc2158b22cc83466a45aa3a3cfeef1e9d75e2401ac41 10 0.00/1.00 vMB 0
110,291 110,291 000000000001047a7155eaa47fc7cfe8fd5b9bc622a1309fa117bd5313825637 13 0.00/1.00 vMB 0
110,290 110,290 0000000000013e13a42e91b9319d2057fc07706aa59c47ee409f786892d4e91e 5 0.00/1.00 vMB 0
110,289 110,289 0000000000017dbb08c19d85e0613b71717bf2e6d74a07ecf42f7e75d6d9a7a8 3 0.00/1.00 vMB 0
110,288 110,288 000000000000daf77dbb24ba3b1a83771bf28bacc27c67dff0ba9fa8f3ac5bf5 13 0.00/1.00 vMB 0
110,287 110,287 00000000000020130ffbc2940826a6ebd7b4159b9e047b0c3042053f09d066f4 12 0.00/1.00 vMB 0
110,286 110,286 000000000000a966409cb51cdbeada173e3299f8152bc323b9fe504d9601a7bf 14 0.00/1.00 vMB 304
110,285 110,285 0000000000011cc5ea864c4833ada5288381dac274ae4980ffcb6c2aa082ee19 3 0.00/1.00 vMB 0
110,284 110,284 000000000000a1acfed022d64d10cd64c05bfb015687e0f3d86abce9922a3eac 2 0.00/1.00 vMB 0
110,283 110,283 000000000000a771cf06b808a11d6e43336757d18b068c30dca4d3054058bb61 6 0.00/1.00 vMB 0
110,282 110,282 00000000000036e7b9210b145180ce1c35a5404812c5279b747a11cf508693de 2 0.00/1.00 vMB 3,875
110,281 110,281 000000000000923d8404da92019a179e540e6d3dfc7e792047afcfa6a4896a10 9 0.00/1.00 vMB 0
110,280 110,280 0000000000008869eff7b2d2e63a7e51ce2412610f772c6494bf4937d0233dd3 12 0.00/1.00 vMB 342
110,279 110,279 0000000000013db9bdc4f3e72eb551c975a657087f11d9808113b9ea424b3cda 5 0.00/1.00 vMB 0
110,278 110,278 000000000001b4bab12f813abedc2f6130d72862733d2459b67876bb0daf092c 12 0.00/1.00 vMB 352
110,277 110,277 00000000000172b13c7326bf368bb6f22f418a633557d5ae98c238a01e3641b9 12 0.00/1.00 vMB 0
110,276 110,276 000000000000f5d6472ce80f142cf826cb755226147de4d1664dbe41c6f1fe9b 12 0.00/1.00 vMB 0
110,275 110,275 000000000000e1d0f43d0a85f4abba2c1c65dcd56eb82ccb4188b713d855e6bd 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

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