Loading Tool

Explorer IconExplorer

Memory Pool

66,954 transactions
25.73 vMB
0.05880595 BTC
Random Selection Loading Transactions
Max Size: 154.64/200 MB

Candidate Block

Mining Attempt 2ea1f1c924daf8945676c32d7b5919ecab1c04cb800d01a74be6ee06ffb73658
Version 20000000
Previous Block 00000000000000000000ee89f6cbc66563560e1f6a0cc9c02c7b6ce602d4ff0a
Merkle Root 4705c4068264f18b5ed3b8f348acc07885eb5100aeadc2894084a0ba9f7301aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 700
Size: 1.00 vMB
Total Fees: 0.00448968 BTC
Feerates: 12.82 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,531 (702,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,653 212,653 0000000000000392062f92fc4563d8fbee09779c7ccbb1bf121756096ceb0b84 650 0.42/1.00 vMB 132
212,652 212,652 00000000000002ba2d3d124ede97c2d5b9430bd29cb3909fd9a4d35e9cbd597e 784 0.25/1.00 vMB 236
212,651 212,651 00000000000004f9622072d8060746bc68d33a420b5d1c586d0680b1145a511f 513 0.20/1.00 vMB 203
212,650 212,650 00000000000002cfea0f5cbd5ff3945c046c38abc40c7ba7003f458945abbf77 69 0.03/1.00 vMB 110
212,649 212,649 0000000000000299be9f4cf755569e90d2d4f692efd3c227b3aacb39fa2f9195 342 0.15/1.00 vMB 191
212,648 212,648 00000000000001e4fdf1a8ff3cb960254ec7573b8f3f48f899e93e8b1c6c305d 536 0.23/1.00 vMB 248
212,647 212,647 0000000000000231d21d50d7643bfd4b7d2a0ba7b955e2ee3c740cbaa91ce266 37 0.01/1.00 vMB 276
212,646 212,646 000000000000031a14c2e11bf93ee93adfe3e8ae5b2bf4a2f4b264b6bee06d70 57 0.03/1.00 vMB 139
212,645 212,645 0000000000000012a7785e753df27031ad99ce6ba93e60d28987919958a3b811 70 0.06/1.00 vMB 140
212,644 212,644 000000000000001eb1349737e495ea5c93f2bb46602b964bf87e092665b4499f 78 0.11/1.00 vMB 94
212,643 212,643 00000000000003b681f785a25e17030fefb90626b807e1201d9ff3fec1c16d5d 188 0.11/1.00 vMB 121
212,642 212,642 000000000000022d3a554f204fd641614e3928fca800ccaa4a198e488a3749fc 708 0.25/1.00 vMB 200
212,641 212,641 00000000000004494ed187b27f0debae8024828e1f71db30bbba2ea96fa0e75d 809 0.29/1.00 vMB 199
212,640 212,640 0000000000000393b70e625e80d690e353e3c07ab7542097fc57ca5e8350cac9 19 0.01/1.00 vMB 176
212,639 212,639 00000000000001127f6ce782c6c91db1bee6fb0a906d10087ab18d640911b356 133 0.07/1.00 vMB 138
212,638 212,638 000000000000002de9fc2431d4548adb8b84e6332511bb91e2638c0a45f73fc1 410 0.16/1.00 vMB 203
212,637 212,637 0000000000000457239ec135425a39a4def7fac31f22b475714a43ec5da482f0 615 0.29/1.00 vMB 108
212,636 212,636 000000000000048aa9bb4d0d11cc82291227423d053b603271b3a9e033a93533 210 0.12/1.00 vMB 169
212,635 212,635 00000000000000ad8127863d62316ae2114e7b00412c7c1a1e85fdb78b686399 605 0.25/1.00 vMB 189
212,634 212,634 00000000000000e4b60953ff3e2d4a3f4e6597c61e6e5b89f11c1e69127d39a0 325 0.15/1.00 vMB 185
212,633 212,633 000000000000047b924ecb814681c01d362e7eb7e377b01eff4f8f51988eebf0 170 0.12/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 783.32 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: 767.26 GB
    • Received: 19.39 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.