Loading Tool

Explorer IconExplorer

Memory Pool

30,325 transactions
9.51 vMB
0.15595578 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.40/200 MB

Candidate Block

Mining Attempt 1d3e942b7a4bc45289694db82136a655e709b65461f00cb16cb6c80a89e4322a
Version 20000000
Previous Block 0000000000000000000226c2f913423c8375f34c9c656ba26c2994c1e4afee37
Merkle Root f0d767f1517be49025d7e21a4d3e3ff0e289f627905ec2a3d1bc37a9f8a0ac76
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.08119074 BTC
Median Feerate: 3.62 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,211 (887,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,158 26,158 00000000607ff2ef8a6ec130927a03e0045c343913b32e46e52aca4ee536beb9 0.00 MB 1 0
26,157 26,157 000000000cc320834f00b6553612cb16550ea82c1c5996e3ad71457ca6e441bf 0.00 MB 1 0
26,156 26,156 00000000f5672371a461565b3ef7fc4323253b1d2ba3da1cbb197299f015088b 0.00 MB 1 0
26,155 26,155 00000000fa479755896081b7fd3303d22122853121c128b43c8dcb6e430190e8 0.00 MB 1 0
26,154 26,154 0000000063c8a56727f702b2ce49c80f56eb41ba9fcabf36a2a4cf27993f8c90 0.00 MB 1 0
26,153 26,153 00000000b7f2ab77c7fbbd9c584551c8a80f121f7453107c20139e311ad10cb3 0.00 MB 1 0
26,152 26,152 00000000511252afe6e7318c8735de70e9788087fe85d6cac7b4b7e994635185 0.00 MB 1 0
26,151 26,151 00000000e8d6a9f6352671aabc17fb4644ab5d825aeac4267f89e4f086acbb7c 0.00 MB 1 0
26,150 26,150 000000006f11092f821f87b8333f76f9d9784f5ef9b717c3217c787ea3d6545e 0.00 MB 1 0
26,149 26,149 00000000738f3546038082c550188d82de490c8599370e54266fa5420c0056c9 0.00 MB 1 0
26,148 26,148 000000005a6b2de7b74bb6cef218b94f3800bffee0be705a89c136dab900cf5c 0.00 MB 1 0
26,147 26,147 00000000c90ccb93710d4cf3adeb7fd85995c929391e27f695ffb27e23843d49 0.00 MB 1 0
26,146 26,146 0000000032601881693a5f532ff1c829b85c515a85d3611786959475362738ea 0.00 MB 1 0
26,145 26,145 000000003f43fa8066d9d61621a3346cf2dcaa5d8f0337e6cbea313912dcaafb 0.00 MB 1 0
26,144 26,144 0000000087623cab4ee4b04c3310cdc65fc22c7d08e39712b9f135cadfa1c834 0.00 MB 1 0
26,143 26,143 0000000077de823315ea12a7636c534c3a5bfce7866dd571c48288bdeadee37a 0.00 MB 1 0
26,142 26,142 00000000fcd64052270434c7f367a14c626833e318c5592c1916cae65ab11640 0.00 MB 1 0
26,141 26,141 000000000388e3cd4c7bde80b7e331c8a6ea9ce1f0192d2efe498e938343aae0 0.00 MB 1 0
26,140 26,140 0000000014dd965f8295ca378738e8735296ce1b778caaa4b0247fc86256a5e7 0.00 MB 1 0
26,139 26,139 00000000ac47299e238f5f4ba78d137576546b6d09c5186dfc473170b4bf32a8 0.00 MB 1 0
26,138 26,138 000000005dbd8b461b9ab4a8b2c50719cf5dec2bcb66083f708851f5749b0c7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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