Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,239 transactions (2.74 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (819,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,339 91,339 000000000008d8fa154ef217a64d9dddbbd53a945b6255f101e48a220c16827c 0.00 MB 2 0
91,338 91,338 000000000008c1b3c9bec1c3e44b3bd2a433b2ea386f92104a40ed952974800f 0.00 MB 2 0
91,337 91,337 000000000001efc88842845d4c23ca1e798939edc94a095c2150f038abfa5a9a 0.00 MB 2 0
91,336 91,336 00000000000af7cc161b250d28959e6f7fd7daf8001895f50ccb26e7457291e9 0.00 MB 2 0
91,335 91,335 0000000000000dd5b667918969fe1d93bb4cc73d2188f95944297d9cc259415d 0.00 MB 3 0
91,334 91,334 00000000000db1286079f50cd885b71e51f7b64694f6c394208fba63f2b0ef3d 0.00 MB 2 0
91,333 91,333 0000000000079c8e8cc1a2963f1f33279fe26b38457148afc48556780bdb9256 0.00 MB 1 0
91,332 91,332 00000000000d4b02676b2a481de298246edc149f907201799fbbfda0b36a9951 0.00 MB 2 0
91,331 91,331 00000000000d89c6eec200bb86610c3fe5bdbdbf8123eeca7788028c57b6d070 0.00 MB 1 0
91,330 91,330 00000000000655704cbb241dd75e45d9243b378213994e0cebf191a1041e7fe2 0.00 MB 1 0
91,329 91,329 000000000005b3c73976cb83bb0c01296426fc7d559b82a49e100e1a6602c8f0 0.00 MB 1 0
91,328 91,328 000000000005ce60f50fc92c85d81c04909830c9f727890a9dea60e0dd8f1c34 0.00 MB 1 0
91,327 91,327 000000000005777f1b1fc53fc68755fb994c2d67d17d3bf9c11766f4528ef1a7 0.00 MB 1 0
91,326 91,326 00000000000cea2111e569ed5ac8bf7553240b9b7a30276568474d47f2925245 0.00 MB 1 0
91,325 91,325 000000000004c5eed9b2e8c74813971987d68f09d49c5439ce1afae3828e7d78 0.00 MB 1 0
91,324 91,324 00000000000d23142a0cf925dabc002914284039180d125939e5f2c65848b0ec 0.00 MB 1 0
91,323 91,323 0000000000090316108bd06232a804f15b242bc72ea1b831d61836bd25ecad42 0.00 MB 1 0
91,322 91,322 000000000007bdd6a3e14c231e5a912e9c549841eef6bad784c32c7a88b4868f 0.00 MB 2 0
91,321 91,321 000000000001417c592db2aa122c45268f39572729292a6522c3d581e15d24c0 0.00 MB 3 0
91,320 91,320 000000000003261db8b2e6ae1d4542e4525a3dea9bbff928e06c2955e28ff9fb 0.00 MB 1 0
91,319 91,319 00000000000c3767f4076257b97fdd13ecfaa9be50d8f548914b074cdf6255ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,398.66 GB sent, 127.83 GB received

Notes

  • This page updates every 5 seconds.
  • 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.