Loading Tool

Explorer IconExplorer

Memory Pool

81,629 transactions
31.31 vMB
0.11280011 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 789718cf438499db3891f7a4aeb8c0906aacc5f957e9d5689d3dcd0d280394d7
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 02333b6e5af339bdd44f1d6c7b2edd6bd1037f636a780d1fb8ca5fee13735cd8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.03064047 BTC
Feerates: 254.50 > 3.07 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (13,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,363 902,363 0000000000000000000036e6149297704ebe1feafc4e7ec279618f456ece17d1 2,689 0.84/1.00 vMB 2
902,362 902,362 0000000000000000000180b71a941a79fa595f67d383d3686fd518343a01a6c3 1,089 0.28/1.00 vMB 2
902,361 902,361 000000000000000000009827fd7807d80b536b5a8f3099f618a71a1f91d3983d 1,383 0.56/1.00 vMB 2
902,360 902,360 00000000000000000001c7c432d60516730408aa84396292ac78c526aca5b183 2,215 0.97/1.00 vMB 1
902,359 902,359 00000000000000000000045235d9e1132295057a48842bc9e8e14d3eebef9b96 2,458 0.80/1.00 vMB 2
902,358 902,358 0000000000000000000178b5bcce02b3111840070c186ba70efc95dba978656c 2,103 0.62/1.00 vMB 1
902,357 902,357 00000000000000000000e43b4dd8918e92da9829456b3fae8e2f17122d7276fb 2,695 1.00/1.00 vMB 4
902,356 902,356 00000000000000000000f4b3f18df57fe22bfc2e9254afc54f2326dcf7f01207 715 0.28/1.00 vMB 2
902,355 902,355 0000000000000000000071b7397e6b89617c3b88b6c2a7504f13f65e2f0cc033 2,523 0.71/1.00 vMB 2
902,354 902,354 000000000000000000004c08528e35386c148add2d15d71cc6f0ec0911a7f0fd 2,810 1.00/1.00 vMB 2
902,353 902,353 000000000000000000016dd18d1a0314bc6393c5fa73306a0d357911b3bb0975 2,615 1.00/1.00 vMB 2
902,352 902,352 00000000000000000001716a83b9e714d6fb1e54bc145c69ade13f98a8c04532 3,729 1.00/1.00 vMB 3
902,351 902,351 00000000000000000001968a00a41c06da7ac1ada4bbd95e9b43acf1c19001fb 470 0.17/1.00 vMB 2
902,350 902,350 00000000000000000000dcf1b53ddcdfebc7c1a788f6e29e832c9a7ca852043e 4,206 1.00/1.00 vMB 1
902,349 902,349 00000000000000000001aef7f1cfee3f8b8d0022d330f3d501ddcef4c3c3bea0 1,648 0.50/1.00 vMB 2
902,348 902,348 000000000000000000022e62b9da87b0eec39a3d4f0737d855cca7dfe39bd4d3 1,165 0.43/1.00 vMB 2
902,347 902,347 0000000000000000000205f2b1ef0f2ee4aa56e9a1cf267e492dea42e1f89a36 408 0.17/1.00 vMB 2
902,346 902,346 000000000000000000005a56b0ea9800436e46a2e30385de6312ad88e1a7c545 1,445 0.45/1.00 vMB 2
902,345 902,345 00000000000000000001201fc81709a328f0f894f7f2a9b6d0332fdea5d9b68c 86 0.04/1.00 vMB 3
902,344 902,344 000000000000000000006bfe1de5e0c7535142a192abc5f70f0169394203a6c6 2,701 1.00/1.00 vMB 2
902,343 902,343 00000000000000000000be0d77ddb8c36c277db0600120e04fa9f514e65278f8 2,136 0.81/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.08 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: 723.96 GB
    • Received: 18.41 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.