Loading Tool

Explorer IconExplorer

Memory Pool

77,599 transactions
21.35 vMB
0.05015681 BTC
Random Selection Loading Transactions
Max Size: 143.49/200 MB

Candidate Block

Mining Attempt 162f06c4ad40f9e00d37ff6369a598acd9013e66e675254e5ff96aff96d6edae
Version 20000000
Previous Block 00000000000000000001f540e83f4574ab6b9dcaa125d8acd26fc20cbef63dd5
Merkle Root ef998d86a39d90cc3373fdb6ee5c842740a65a61c1c2410032e57f69c8b1565c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,006
Size: 1.00 vMB
Total Fees: 0.00331474 BTC
Feerates: 16.08 > 0.33 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,889 (864,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,225 51,225 00000000097eaa586fa0d62aa3867998607ba0e893a052d8ab1c222bb1ecd0a0 2 0.00/1.00 vMB 0
51,224 51,224 0000000011fce95c54a59f2d23b1681af990470a9aa3146468bf098af8981a8d 3 0.00/1.00 vMB 0
51,223 51,223 00000000182014ffe27fbfdceeed8f77a5bc444b5ffefba8def460b957cafbdb 1 0.00/1.00 vMB 0
51,222 51,222 000000000f1ae1e5c226fa866c9c2d86fdbf4d4e905a90e99654f9815f159253 1 0.00/1.00 vMB 0
51,221 51,221 00000000134a8297cc2ef1334a0e25a4e549c0807121df080513c9f5265b335d 1 0.00/1.00 vMB 0
51,220 51,220 000000000547b781a12ab13fe1b1251eb64d628da470c54838a41c993260d1e7 1 0.00/1.00 vMB 0
51,219 51,219 000000000af5e2498ff553fd3b9c89d2da22323ddc09cf3324f8a44ab1542f26 1 0.00/1.00 vMB 0
51,218 51,218 00000000108bed4fd66f9bbe5a456c7322d15c53ab363faa698e22de03ca2661 1 0.00/1.00 vMB 0
51,217 51,217 000000000a592bd25ccc95833370a10783e772783a42e2e065dd6adb2d6b94a6 1 0.00/1.00 vMB 0
51,216 51,216 0000000002c882627815167995665f7511b5a5119a8028b97236cc2ff1198db3 1 0.00/1.00 vMB 0
51,215 51,215 000000000abb21c46ebbf288f28bfd84d84e64a5f6f03599efd77f23b5fab82d 1 0.00/1.00 vMB 0
51,214 51,214 0000000009f888ad04e9f17be1743f00faaba4331dd36e6f1e3d9b694e01d0a3 1 0.00/1.00 vMB 0
51,213 51,213 000000001e63cd551c9c1860c2ecbba8d180d4c2f545c705be1b37eb727ef5a9 1 0.00/1.00 vMB 0
51,212 51,212 000000001e2e6c98d6e2c049bb7d2ea5797df702c7e63c412e4a1cb2afd9330e 1 0.00/1.00 vMB 0
51,211 51,211 00000000013af3f1a6d34e2f3d49f0fa91433d81116af5d8f4ad9d5eb281eed7 1 0.00/1.00 vMB 0
51,210 51,210 0000000009d7fcef1677fc62235a22a1250a26198cbd8b6d03a77a8b17d28152 1 0.00/1.00 vMB 0
51,209 51,209 00000000047fa126256241eea35e703b177d9a77e3635b57229b2fed0c9232a0 1 0.00/1.00 vMB 0
51,208 51,208 000000002035cedc92eddc93422acb4eafb6d4ab089cf1a8db81245af9fb35f8 1 0.00/1.00 vMB 0
51,207 51,207 000000000d46be0cecb6b4888b4fd26f55610fd785798099939e9d5e7658ac61 1 0.00/1.00 vMB 0
51,206 51,206 0000000000493b82c014ac29ee7c1ef81796b66ab61ef7d16e601bc1b612617f 1 0.00/1.00 vMB 0
51,205 51,205 000000000990e29e287e5324972a1f41f06de896a5111dd5573f83f6bf5c754b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.91 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: 796.76 GB
    • Received: 22.22 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.