Loading Tool

Explorer IconExplorer

Memory Pool

30,424 transactions
7.58 vMB
0.08564961 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.79/200 MB

Candidate Block

Mining Attempt 6b65da8eaafd88b07b1e58c4b95f140bc2a7b973ab687e6ab932aa5b6dd4d4e6
Version 20000000
Previous Block 000000000000000000018eebed2d7232c099f5b7cebd2db9e37dda09ff54ec27
Merkle Root 0b0cd68eb0a482fbc7e55735240b2e6bfa0ec6ef3be0c0998269e42b6f6cca3e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.04657678 BTC
Median Feerate: 3.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,209 (812,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,908 100,908 000000000003360127f777b99ede34a70078a3e6a6b82ceeac1f22da604db183 0.00 MB 14 0
100,907 100,907 0000000000003ffe80036fdb72d948fa295d943069eaa6f11664ad6c048c83a7 0.02 MB 13 10
100,906 100,906 000000000003f7ef838297664b7eab51735d86fb9b8aa877326247fdcca6575b 0.00 MB 8 723
100,905 100,905 000000000001c20d1a6c4264431918a6477d2d5d0ab4fc7e772bb5324812a9b2 0.01 MB 43 0
100,904 100,904 000000000001786f4bcd24364164bb5b30c22b9e6346711d1d3dc7c26a2ecfa0 0.00 MB 10 0
100,903 100,903 00000000000330ffcaf9c7e3314558ad6a834ef20fe503f6cc9b60f6c940de19 0.00 MB 14 0
100,902 100,902 0000000000026668673d20f7cd998d90cb5f41c7e0c13bb948eac4b48fb0fb39 0.00 MB 13 0
100,901 100,901 000000000001d0f29ab4fe89b068ba6eb81dffe0f2ebb3e618d705baec8da375 0.00 MB 10 0
100,900 100,900 0000000000035eb85ac833a97e884cfcafb6299651dfb3eed5286d527d26d20d 0.00 MB 10 204
100,899 100,899 000000000001797f2b080ec01f39ce9eadba4205b712487075b30119ef1a258b 0.00 MB 11 0
100,898 100,898 00000000000052135da7391ed6e2d75da1466a5d113c28529da63d406cbe2065 0.00 MB 9 0
100,897 100,897 000000000001d9b18a3eb700c6f0ef95400b7741942c70019f58636679175a59 0.00 MB 13 0
100,896 100,896 000000000003e89c81ac8d2c460cdfe8e4b17684a406bcde59b406141911a434 0.00 MB 12 0
100,895 100,895 000000000000c9db7417722e4cad6f0ad04f4286b0dd210323e7c8937825015c 0.00 MB 3 0
100,894 100,894 000000000000b5f9116d6aec5e97bf1b65ef96cd8892dae32c209552e18711b9 0.00 MB 1 0
100,893 100,893 0000000000010476e009710a2f28c86667fcc95dde95e7790eaade33cecc8f09 0.00 MB 4 0
100,892 100,892 000000000000fb08f3fc0cb8f69dd1c62daa5fa52cebcb8c1fdd83ed567478ee 0.00 MB 3 0
100,891 100,891 0000000000011c660cc9650341cd75e2d17d40e749ec3175edd934f856493984 0.00 MB 1 0
100,890 100,890 000000000000fdc77718c17f291ce94452a8e0d0884413fec7be17b290ed80a1 0.00 MB 4 0
100,889 100,889 000000000000b259d2efd7c86f7bfc6a681922b748bb9aac4a5bc59966779961 0.00 MB 11 0
100,888 100,888 000000000001350f9df16e4d150c1ac851d8dfb7e8f01c555dc0ab09ad996164 0.00 MB 12 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: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 18.52 GB
    • Received: 0.38 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.