Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,252 transactions (1.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,634 (824,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,245 85,245 00000000001be28d4dad688ac9a8d17079d012ddffc87ac91a0b7856c03bd7b9 0.00 MB 4 0
85,244 85,244 00000000002b91a4ec99defa58d2e50dbc1622f5ff8471e5368d172dfc50ac21 0.00 MB 1 0
85,243 85,243 0000000000074a3859c4dd13ef6bd1989359cb417f8f5cf3d30f9a785a68c32d 0.00 MB 1 0
85,242 85,242 00000000002106c31f93fe2ceccfccb01ed0871c8a27d5e2b8222d3d3c037224 0.00 MB 1 0
85,241 85,241 00000000001ee1c86185d7a97d3af4a9582da14a87076772188a11567fdbea00 0.00 MB 1 0
85,240 85,240 0000000000150feaf1baa60da93d04dbc4f85ac143d5bc177c67596a9b71b24b 0.00 MB 1 0
85,239 85,239 000000000001c5df14bbd1e1b3afaa8e0b4d66ffc49f6a682098601d5177c78b 0.00 MB 2 0
85,238 85,238 00000000002bf9f906968b7b3afd068afd9fec46b05e18453c37808a57ed3e0c 0.00 MB 2 0
85,237 85,237 0000000000027394564279a9db541232e97bce18d50d1856276d3d074106d54a 0.00 MB 12 0
85,236 85,236 00000000002f2db5b6371e2e50253cc032b632b6d31aed988d2ac03bcb6a4083 0.00 MB 4 0
85,235 85,235 00000000001705b06405c14259b4618e501404e168385819db91e18706a08f38 0.00 MB 1 0
85,234 85,234 00000000000343aa902877810ae90446187f385d32b3f30eb910aa4a0f3bdd86 0.00 MB 3 0
85,233 85,233 000000000009d739c7dc7192a224d758e4c72266c3335d1272188696109fdbd5 0.00 MB 1 0
85,232 85,232 000000000000b920dfa5b904980b0f4677f5de5aa7a3c6eda8216feea0dc6162 0.00 MB 1 0
85,231 85,231 0000000000259513eab7e359a83109e752dc1c06aedd032a31e7cf57901331c2 0.00 MB 2 0
85,230 85,230 000000000006d38ebe2b5bda42408591b9cf9169b320d5d945cac6fda6ff2d52 0.00 MB 1 0
85,229 85,229 000000000008a5a581ac18ff8ca1889b5e44256d613f41e9c65e76f352b05982 0.00 MB 2 0
85,228 85,228 0000000000294844d909a77ac5e44582a5403267ce28c57febb808a4a18f7e4e 0.00 MB 1 0
85,227 85,227 00000000001618292c6db4167c25ac94b868df810b167371c5b284be2fede97a 0.00 MB 1 0
85,226 85,226 000000000006f76b64d7f435b10dff401b75352f40d419ff78a277773a0a0038 0.00 MB 1 0
85,225 85,225 00000000000b095cfc95f5057d9def67f80ac5957f650d942bcddcafcef167f3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.73 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,114.52 GB sent, 111.99 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.