Loading Tool

Explorer IconExplorer

Memory Pool

5,857 transactions (2.11 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 12.06/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,299 000000000000000000022b910000000000000000000000000000000000000000 3,259 0.03190327 BTC 1.00 vMB 3.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,298 (23 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,275 912,275 00000000000000000000e7fe0e99ac97e350206ef6e97f698ea91da11599efbb 1.44 MB 3,000 5
912,274 912,274 000000000000000000020d879a434f9e6183a98ba9c65341478bbd3e0146da35 1.60 MB 3,005 3
912,273 912,273 0000000000000000000155b5db90ce583d60872f7a4324e43bc452f1fdea1512 1.58 MB 3,955 4
912,272 912,272 000000000000000000004fc5ba2d78130eee3893fe4918be999f4936931bee2d 1.55 MB 4,021 5
912,271 912,271 0000000000000000000166cec457d4c742f6689517e8eab2558ff426fce57272 1.65 MB 5,564 1
912,270 912,270 00000000000000000001a70742d999b6d4fa3c6ab0d9b285fd3378f0952aa2b1 1.62 MB 3,875 3
912,269 912,269 000000000000000000004841418b97bf88ddfd034b3e915d81cae62a77189535 1.60 MB 6,112 0
912,268 912,268 00000000000000000001806d33671d7492589fdeab7349eb3acc852153d812d9 1.75 MB 3,325 2
912,267 912,267 000000000000000000010e0ef5e492f52c8cc14f4a08a0d5605dc41a03e0e727 1.61 MB 5,985 1
912,266 912,266 0000000000000000000120637285f6fdb04867c75c4c4c713815e907149f2cd4 1.61 MB 6,093 0
912,265 912,265 0000000000000000000154e180ce45e89b164d44cfe14beb169b8d07b389a77b 1.79 MB 1,957 1
912,264 912,264 000000000000000000008eb202c872a449453e4c43e26f8246e8b4cf71a501e4 1.62 MB 3,463 2
912,263 912,263 0000000000000000000193820226d831ffd3a74d199f5459b4624ab544baf61a 1.54 MB 3,323 7
912,262 912,262 000000000000000000003befa428ee11b7dd41f50d5c27289e357ea9e6debf2b 1.59 MB 5,566 0
912,261 912,261 0000000000000000000192b8d89d8e322474316bc69265bb6e49180a725e1710 0.96 MB 1,828 1
912,260 912,260 0000000000000000000192128bcc7ee5cbc0ab2b40de0e7bba875e33a7c46d75 1.54 MB 3,303 3
912,259 912,259 00000000000000000000649c1cc37bf5771e5b4f8cd46d5242fbc0a8982b7780 1.59 MB 2,679 2
912,258 912,258 00000000000000000001dd3f97151ea9019bd11d11fbb6f6df581c87e70325b1 1.77 MB 3,929 1
912,257 912,257 00000000000000000000abf85401d1c8833f8218055ac8de9b4a6d0dc45b4431 1.69 MB 3,286 3
912,256 912,256 000000000000000000003aa4b3d0ecde4a9984e474b0a0852d2a3488b01ee5b4 1.54 MB 4,027 5
912,255 912,255 00000000000000000000bf5a921648660cdd73a808c6da17c5dd5809f2bc34bd 1.52 MB 3,986 7
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.76 GB
    • Received: 136.51 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.