Memory Pool Memory Pool Refreshing

7,570 transactions (2.47 vMB)
  • 1 sats/vbyte = (5 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
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (811,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,396 97,396 0000000000024fa9ccf1f1e7d5085bf784c3bed8c32e81f668a39aeedbf9b9a1 0.00 MB 3 0
97,395 97,395 000000000002ca0cc936ac781a7f304e0d5dfd77fae93603cc6bd7d5acc125ce 0.00 MB 8 0
97,394 97,394 000000000005384d59320d1e5b2750754fa785bc6ba1e8b33bc32b0994bdbe0e 0.01 MB 5 0
97,393 97,393 0000000000044dc53632bebd2b6d43e2d57a8c97c427fe588d6ade9af5d6d1b8 0.00 MB 11 0
97,392 97,392 000000000003ace3009085ad3bf28415ef7f05fae7d45f7334e5cf2f6b70765e 0.00 MB 5 0
97,391 97,391 00000000000269e0e92e2542207f90367e0a1e5a32e55aeafd4e266c04e1b077 0.00 MB 1 0
97,390 97,390 000000000000b675af538a4047634e0076309e7d19a63b6d53d8a4d9ce2aa3bb 0.00 MB 3 0
97,389 97,389 000000000003b45d0cc30015648e5bd2ba70eab2d504a02cb1402b42fbbb1cd3 0.02 MB 3 0
97,388 97,388 0000000000042baea971e394b2724c7b7afa2cd40797473b0e6f5afe649b5f75 0.00 MB 5 0
97,387 97,387 000000000001615a36d8124c54dae38c953dc0383b11b485900a3fe1d475b963 0.00 MB 2 0
97,386 97,386 00000000000017c7073c0fb0e5bf8db0b48c2845fc6356eb00d44d2cf0731a73 0.00 MB 2 0
97,385 97,385 000000000000d8775740dd302f7c34df16071cac37efa20c5ff100620fd259cc 0.00 MB 8 0
97,384 97,384 0000000000007e3c37fa260a16baf78b1c4c4187a06c3c0ef4a93b8434035fe0 0.00 MB 3 0
97,383 97,383 0000000000003c3b2c007b499c27135d028fe595db5058a44127c770101ea6eb 0.00 MB 9 0
97,382 97,382 000000000003f4f598bc33eea0997bf5df960a7d932fd4e571631f5d3bc6550f 0.00 MB 5 0
97,381 97,381 000000000002df5d690e2d4e88569b0ef5f865f74a7e7cebf0d1be9a4aef6380 0.00 MB 4 0
97,380 97,380 0000000000045fe2cf9f5131f6ee88bcbc81e10efaa924d1ede8ec5f0461291f 0.00 MB 3 0
97,379 97,379 00000000000370e6cbbd2fe3f00beffb353c7177a2e0fa5209677f0ad4db105a 0.00 MB 6 0
97,378 97,378 000000000005199927a22b5cfd8ada02108ab52451d05da9fe9a8641a5758ae1 0.00 MB 6 0
97,377 97,377 000000000001c29a0d629cd7c75b36c2022a44b1fc588f51ca1b414eef07f631 0.00 MB 1 0
97,376 97,376 00000000000229c1cd2c6b05f2af8d8069b656806deeafed64a281aa59447ab5 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.82 GB sent, 102.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.