Loading Tool

Explorer IconExplorer

Memory Pool

82,759 transactions
32.43 vMB
0.07360464 BTC
Random Selection Loading Transactions
Max Size: 191.86/200 MB

Candidate Block

Mining Attempt 48122435b26b481e7cf1951ccd17c05e9afac3abf6a3b93854a231acbb5f8b00
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 4142ba49c5e1ed30e968d6fa9f3dee2ecb65669daa7d853068baf4d489c835a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,872
Size: 1.00 vMB
Total Fees: 0.00983170 BTC
Feerates: 203.60 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (808,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,976 105,976 00000000000152617cbf2fecdd82079b1245e517a62b611b0405ec05a57b2e4c 8 0.00/1.00 vMB 0
105,975 105,975 0000000000006314063f8293c7944b8f337c636f02ca0d305814f726eeb5b3c1 28 0.01/1.00 vMB 119
105,974 105,974 0000000000002aa07ac546a06902b6b19fb032e4298f8432e75341d18dac8409 1 0.00/1.00 vMB 0
105,973 105,973 000000000000deff7c68bb92db446af5c001f52cf62365b2ba9565b8bca6b5d0 1 0.00/1.00 vMB 0
105,972 105,972 000000000001827330bf71525e9f9fbda6f479602d820f9593b4e9c72f61c851 4 0.00/1.00 vMB 0
105,971 105,971 0000000000005077d2500ee355a8ec722b220c726865a6aff92eb20835e3fbf2 1 0.00/1.00 vMB 0
105,970 105,970 000000000000fb3f8a31db8dcb9c6259be4e238e259aecb15754655e99fe633c 2 0.00/1.00 vMB 0
105,969 105,969 000000000001a93f26593bb86f9c8ccd5d13f8122c5f05ec3538eee8ca1297d5 1 0.00/1.00 vMB 0
105,968 105,968 0000000000029291e786d95b3220a77437ad359dcd3d959a47bf9d51b305a303 3 0.00/1.00 vMB 0
105,967 105,967 00000000000222eafe2d16c98e214773ea1795f534a76a8c1f49702359013114 1 0.00/1.00 vMB 0
105,966 105,966 00000000000241e263c5c77bb68f7df1cad20d7025faacdede6cb394cdf213ec 1 0.00/1.00 vMB 0
105,965 105,965 00000000000127e39ec9ef94af1285774bb9babc6f4b47eacaa882a4815bda71 1 0.00/1.00 vMB 0
105,964 105,964 000000000000efe8335e15eb40b1cacc6c13f663f43b684693d35229c9107dab 1 0.00/1.00 vMB 0
105,963 105,963 000000000000a11b384ae85c107377b0813a41d3414ac5fcfa06f1494c390f7c 2 0.00/1.00 vMB 0
105,962 105,962 000000000000feeee432860d1c9650b99e12aae49d7109105119ee3bfe47bdd2 4 0.00/1.00 vMB 0
105,961 105,961 00000000000099154b1b2ce37536a05654f8bc45580ae410d3f89471584c047f 12 0.00/1.00 vMB 0
105,960 105,960 00000000000265214c4d441c61d32114324611675b1537637d95f84b55e3f4e7 20 0.00/1.00 vMB 0
105,959 105,959 0000000000006adcf3b7c9017dbf9524732fe0b4af61fd84cb8abd5a45800c5d 4 0.00/1.00 vMB 0
105,958 105,958 0000000000017005b64f68e9dacbc2721620bc636052cca703f2c4de3c009372 3 0.00/1.00 vMB 0
105,957 105,957 000000000001e4b56f833125493cad31165b2fe4c2994fb78c80ba77b6a5a5a7 1 0.00/1.00 vMB 0
105,956 105,956 000000000000a74d7f7d94c23b848b4f509b54ddd817b8367e3900a2cf2f8b83 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.