Memory Pool Memory Pool Refreshing

1,717 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,754 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,717 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (839,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,537 68,537 0000000001e2084d0d18cfb3bc9cb7edc0577bb2b9621cbc61ccb46d70e1c53e 0.00 MB 2 3,891
68,536 68,536 00000000010803a3f929ef7d455f1ff392564f33af51f0dbd11bc2903758a471 0.00 MB 2 0
68,535 68,535 00000000011cb8bb7fe85adf986f94def73cedfaf2a8c980cea5864c0257f1a0 0.00 MB 1 0
68,534 68,534 000000000566bc28e84edc4be0a7f0fe3361dad95aaa5ae50bb3349b48d20c8d 0.00 MB 1 0
68,533 68,533 00000000031209970eff0ff2067519d8919ed06b311834014af8f871a9fbc3a4 0.00 MB 2 0
68,532 68,532 0000000002d94b12bd8ffab81a75712172ac9b9f09d8d81b4e93bc4f7f5058ea 0.00 MB 1 0
68,531 68,531 00000000034ecfddff299e21b08d938b323d8b837b9b78e852afd79ae94588e3 0.00 MB 3 0
68,530 68,530 000000000574ede94cf9d4605cfe07210adadaf15d43efe3ae807acf5c074280 0.00 MB 1 0
68,529 68,529 00000000048a72bbbaeb01c7a5f6dca74eaab75da2fd070b05ddbe4dd25abccf 0.00 MB 2 0
68,528 68,528 000000000052453e8f594a9e8f139706f5849b516ea4d0e608b9247b25082dab 0.00 MB 4 1,567
68,527 68,527 00000000044f3da63ba86460d5048334ced94cbfde7411fad95127294bb58ed4 0.00 MB 4 1,355
68,526 68,526 0000000002284cecf536676f9a1322fce20672e65444ecc0342c9f1653c26127 0.00 MB 1 0
68,525 68,525 000000000580a87133e3ec149d004a206cd28ddfa59c39a051bb4ec9771a4a32 0.00 MB 4 1,557
68,524 68,524 0000000003ea801088f0821f0afc10d8cd3c32293e54157e3fcef990563d9dda 0.00 MB 5 1,037
68,523 68,523 0000000003212ea6266082e1ea1d2c34c0b6feb98f36573a707b4eeea1c0a709 0.00 MB 1 0
68,522 68,522 000000000511d4cc0021fd464fd667ab1ec777bc76f5cd1891fa3c9d272c0cb2 0.00 MB 1 0
68,521 68,521 0000000003a4d95b5516b3ae42d525870c9b2297a0b205c0aab3f249f858fa81 0.00 MB 4 0
68,520 68,520 0000000000ab6f8e4757905793cc76d6fac37fe3e744fbdd50d7a8b3fd8ab9e6 0.00 MB 4 0
68,519 68,519 0000000000b7f93b0718505d78785a59652b311fdd6e6a19a6ba6c84f52e8cdf 0.00 MB 1 0
68,518 68,518 0000000001a90c6c65ed97b1dee6e195bbe14f0fa79ce05389522a6c94cedea4 0.00 MB 3 0
68,517 68,517 00000000055170c30bcd9e9034dd7668e1216b9119c012da0efe354602df0512 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.