Memory Pool Memory Pool Refreshing

3,535 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,250 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (874,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,365 34,365 00000000a73b7261f763fcca42222788e1793ff64f1762f25bed8bd1cead506b 0.00 MB 1 0
34,364 34,364 00000000a7a57f650bdd54282d4b92514ebb3df700a4acefcaa5de5444a56d55 0.00 MB 1 0
34,363 34,363 0000000018494a6b3f538909c973291910f74ca8e2c7bcafa3e7c82ccbc1bb2e 0.00 MB 1 0
34,362 34,362 00000000b5c509f83f1e282ab523e55d7a69c92afcb7c0bd6b3a699ba97c402b 0.00 MB 1 0
34,361 34,361 0000000081f3ba8ce7aa49c583061f93fee84dce4cca74345eca91980968aeba 0.00 MB 1 0
34,360 34,360 0000000080e5adb9378fd7bc32bc30c68d082a5c676bf8afe5f57d4c373e7eb8 0.00 MB 1 0
34,359 34,359 000000001f7d081fe08d7bc6f17cd69e40497c6f3580de057ea64993cfb3cd87 0.00 MB 1 0
34,358 34,358 0000000053de685455ef8bd371d7697766dd56c0b93ef4878829a48b189b11fa 0.00 MB 1 0
34,357 34,357 000000006216abb2b0f650caf7019354bd0989269c69a13486b9f5b946a23d94 0.00 MB 1 0
34,356 34,356 0000000059c0d61a22dc2445c7c3c6cb15f4e1ee6cbb0c07825220f762b954a9 0.00 MB 1 0
34,355 34,355 00000000971b120fa610394c72dcf4e1f3f7271dbc5045a568513ba540e7d02c 0.00 MB 1 0
34,354 34,354 0000000034cd28f8646aa73735aac3ba93c3d764d7123ae5f6c15ffde26a88e1 0.00 MB 1 0
34,353 34,353 000000008cab1af79bad41aa012d45f4f712f5bb7ad3cc6a0bece0d387160a7d 0.00 MB 1 0
34,352 34,352 000000000c437840209af9b5076e48599fdaa9403864d1f77c0bddf17a9644ef 0.00 MB 1 0
34,351 34,351 000000004de5d6d2eed7732d527f5030c0e8d04ecef0237c527e1c041f070395 0.00 MB 1 0
34,350 34,350 00000000582ac67aa42bf6446cbc53afac0cbf276fa34647d7c3c9d7fa53c1bc 0.00 MB 1 0
34,349 34,349 000000002180efaa07249ea7e6feec9909df2f69510d93ba7bad07caf827e69f 0.00 MB 1 0
34,348 34,348 00000000b6d5fac605641360df7bb682ded6bf6aeacd3dfdaf5713ba0a03453b 0.00 MB 1 0
34,347 34,347 000000008a842307fd7a845f606b27b3643d5b5f5ccdb2446148fe6d2ab9f087 0.00 MB 1 0
34,346 34,346 000000007b590f0b848956ce6204874d3f4438cb12c3f19098b22dd81de87715 0.00 MB 1 0
34,345 34,345 0000000022c0e79b0bb861c6b3806cdb1fe155e1148b1ee281f1558a9986be38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.52 GB sent, 101.70 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.