Memory Pool Memory Pool Refreshing

988 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (858,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,451 49,451 000000000d8262d3e6ad3d7068ff33a24a2c9dbbd2a3e712763e41ff5049b7bb 0.00 MB 1 0
49,450 49,450 0000000014043b47025697da03dc2881004b0fb4e90e0c60e8f3e9b3edccfebe 0.00 MB 1 0
49,449 49,449 0000000009dbde5cb55163d42d028c17dafda19d98562639aa1709b18396e7dd 0.00 MB 1 0
49,448 49,448 000000000adbf2d43eda4e554fe2f1ca3da5513b2f8e3785279256025e4cd2a5 0.00 MB 1 0
49,447 49,447 0000000005bef31140af19360fd952bbc75eff4da93d303134822f55d182849c 0.00 MB 1 0
49,446 49,446 00000000081533527125dce052bae3bca26473cad13d5d83b5a1055463fac79c 0.00 MB 1 0
49,445 49,445 0000000023c9c21e0128eda511ba316ac187d6d169a868970ee958feefd09c3c 0.00 MB 1 0
49,444 49,444 0000000027b8b57fda2dfb915daff2a6c2984d2106f4e6048819a1a2b6d24ead 0.00 MB 1 0
49,443 49,443 00000000285cce767f8c136ef626e8efbfa7857e0deec14e74f92e792df8f089 0.00 MB 1 0
49,442 49,442 000000000d34ac81149bccd8738228276e0f0482a21756e1f9bc0eea6b389cd0 0.00 MB 1 0
49,441 49,441 00000000295217b023ac2ac01d9c188c1e77707ef4b2c75434f7a232a28a2f7d 0.00 MB 1 0
49,440 49,440 000000000320fcc496faa38271d41984f588730a47dab2ec633b1559200bb6b6 0.00 MB 1 0
49,439 49,439 0000000006e0ccf38380d0f5f5796fee9b057ebe1fbde15c90b83a0a8ef77ae6 0.00 MB 1 0
49,438 49,438 0000000008ded00ab69ffdaa03e14b1bd08d8b7f03a32998301f56f1195b5bee 0.00 MB 1 0
49,437 49,437 00000000247e8b93683eff61ad955e4c8026b63955cc0c4a27e105c864bc293f 0.00 MB 1 0
49,436 49,436 0000000021284d2bcf92adb9d3e76ab9d0724b0715c44be1318eaab5def99f73 0.00 MB 1 0
49,435 49,435 000000001b3830fb73d4117f6d322ee9e0a1d890ecf115dcc47a9a5d5bb3c25d 0.00 MB 1 0
49,434 49,434 00000000187a2816d2d6f8881ad64d3cf06e9ce35090fa33d35846e1dedf448c 0.00 MB 1 0
49,433 49,433 000000000255574921d6970a639ab8445807fbb20dc37578ee9227c952d037f1 0.00 MB 1 0
49,432 49,432 0000000025c5f151740e62c46f6d0791f8f4b51f5dd6b15150cb8a6029b8168c 0.00 MB 1 0
49,431 49,431 000000001c865207b3042e1604e7bb2345cad76f9dfbf16f115c880f6fd03565 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.51 GB sent, 99.64 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.