Loading Tool

Explorer IconExplorer

Memory Pool

74,353 transactions
20.63 vMB
0.05857515 BTC
Random Selection Loading Transactions
Max Size: 136.97/200 MB

Candidate Block

Mining Attempt c7764fde0d903095b837a5765b5dcc37b34ba77ed4db150ced125fa33aa6f6bc
Version 20000000
Previous Block 000000000000000000001eadb62e4e1e3e4f405ed213726ffcad51828d3f9b00
Merkle Root 51bbfee325a901697bdd81597b9a8d36cc7eb237a34c6b5a63cda6b2dbbea965
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,181
Size: 1.00 vMB
Total Fees: 0.01240515 BTC
Feerates: 445.47 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,223 (870,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
45,402 45,402 000000000aac911301c1e39c047ff0f9a3b7cdae8e0112c0f8928d6fed559c0d 1 0.00/1.00 vMB 0
45,401 45,401 000000000c81c0d1e13de7a5a088da8314986c05c76c378bc4de956171a35e62 1 0.00/1.00 vMB 0
45,400 45,400 0000000025033d0805935a3944515d3a8ac149ba1de55c85074605846b3750c7 1 0.00/1.00 vMB 0
45,399 45,399 00000000283fd4b241d004618497d701b56fddd7e888ec63575aeed71cc7ba0d 1 0.00/1.00 vMB 0
45,398 45,398 000000001eb3c47ef5eea323f59251dbb6e7de38d48dc38280c71caf3f2f3599 1 0.00/1.00 vMB 0
45,397 45,397 0000000036f9919a640a1379f4df923a9dbc9f357a059c80d85d5328adde4d82 1 0.00/1.00 vMB 0
45,396 45,396 0000000012a1f07fb792c4dd00b0c2a0b27e5edd370433008bfa2ab18f0bbbc0 1 0.00/1.00 vMB 0
45,395 45,395 000000003367e83563c60af6c3244812bce65ceebed4adaf64677cbaf5219676 1 0.00/1.00 vMB 0
45,394 45,394 000000000fde0b5eb783762177c919031650597315ef7c5b15374f829d7e4d7e 1 0.00/1.00 vMB 0
45,393 45,393 000000002269e8ad96b845def67b704183c5472d337c7c8196e6b80fd5d59235 1 0.00/1.00 vMB 0
45,392 45,392 000000002ff28abd475ee5016c38757155535c47d9f3405f04b2ab1f8599f310 1 0.00/1.00 vMB 0
45,391 45,391 0000000019a1cc5540ec446c3ef587ad301a5386a6bc366ae24fdc89d40a9df6 1 0.00/1.00 vMB 0
45,390 45,390 000000001829f8279746baffd13c704a7557b9c4340b9a07be53435fa594ae8d 1 0.00/1.00 vMB 0
45,389 45,389 000000001df56af06c035e8eab1810d08d9b40ffdd97c7de479e2f16dd6ebbee 1 0.00/1.00 vMB 0
45,388 45,388 0000000018c516d7d709cdb24989a0c9fd8a5d0c33df6b0c2ba487840219361f 1 0.00/1.00 vMB 0
45,387 45,387 0000000003f5173aa268bd3899c03f9c32397944b1bd48e23cf3cfd69af0eb05 1 0.00/1.00 vMB 0
45,386 45,386 00000000332f7fa4a66931b44dacc49f0c1eb3ff87e7cc011f3f896635b69f85 1 0.00/1.00 vMB 0
45,385 45,385 000000001b500d18707941c4adbbaafeea16e10b17508faaaabf7fa6938d3484 1 0.00/1.00 vMB 0
45,384 45,384 00000000384d74fff2985141b3d1653a666eb922095124f483bf524c6a608f05 1 0.00/1.00 vMB 0
45,383 45,383 000000000acd5267f6af10be6f11e24580ff6d1bc5c8f97e5c95df10c18b2104 1 0.00/1.00 vMB 0
45,382 45,382 0000000026860d49355bdda462f6d34e73fa9f4e2c38ef13dbb660ec570b7271 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.50 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: 825.12 GB
    • Received: 25.14 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.