Loading Tool

Explorer IconExplorer

Memory Pool

1,398 transactions (0.43 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.58/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,311 000000000000000000022b910000000000000000000000000000000000000000 1,398 0.01131499 BTC 0.43 vMB 2.13
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,310 (23 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,287 912,287 000000000000000000002e122ccc137b84b7817226ed92942aa2fa2e326cc246 1.52 MB 4,527 1
912,286 912,286 000000000000000000021136a2ac0881c806b7de9a9d8f066d1479952910baa5 1.45 MB 5,294 0
912,285 912,285 00000000000000000001809eafaf004b1d1c945f6beaf53be227002abd2ff713 1.35 MB 3,001 2
912,284 912,284 00000000000000000001c0409ebdb6e21b8dde56da5402cb4d7ef66ba0a1753c 1.77 MB 3,300 2
912,283 912,283 00000000000000000002299686e92dc6c9d016ae40e72d6fa5e29609879df8df 1.61 MB 3,124 3
912,282 912,282 000000000000000000009d187497981b8c9251921ea871c27e32137f5d0d19bd 1.53 MB 4,266 1
912,281 912,281 0000000000000000000205ec7d8f5df8c6a559ecf451c631e71061bcfb290855 1.59 MB 3,250 4
912,280 912,280 00000000000000000001be0a3ef34e260144e8a6ff2b47e41a68fc91b603e70f 1.59 MB 3,317 2
912,279 912,279 0000000000000000000032aab01e5d6fbf9dc2aa450c637e26de6263af92f78e 1.57 MB 3,448 5
912,278 912,278 000000000000000000017a798bee691b62d3dedf7a8507a9953fe290f113a0ad 2.15 MB 2,423 1
912,277 912,277 00000000000000000000711165cfcc93be89c5001a70c3e29230d9e2e3f5c91b 1.88 MB 2,476 1
912,276 912,276 000000000000000000017c80c89ec9fba68a00fc0ddde8e00246089ccc69bef8 1.59 MB 3,331 3
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
Previous 10 blocks ↓
Total Size: 777.65 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,542.52 GB
    • Received: 136.60 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.