Memory Pool Memory Pool Refreshing

8,696 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,192 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (761,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,491 146,491 000000000000060b60fdba9625abfa975209670084f8a6f0ac74aa243186c937 0.04 MB 76 178
146,490 146,490 00000000000008ceb736930f4ee98c35e69c40e938b35b950c0e7e7fe55bc669 0.02 MB 23 42
146,489 146,489 00000000000006d23a1398d7f1329fb9e6dce7ca5baf5260a309bbcc11c1f172 0.04 MB 66 101
146,488 146,488 00000000000002cbbd9aa8ddabb010b65cbd5896c94048d281573a7822da911e 0.04 MB 119 218
146,487 146,487 000000000000049d493f9dc00ec99461ac4e56f9aac980bc5efd1928306e435d 0.03 MB 48 143
146,486 146,486 0000000000000944f52dd8f028b508b4a6ad279a9437902305e01fddd720492e 0.00 MB 9 0
146,485 146,485 0000000000000134b57f7dd16b7cb305b81bb611152367ea10ea84c43b5a442d 0.01 MB 22 58
146,484 146,484 0000000000000825e81eefce14363d645031c51d988b9e46be95d9a81e6969e8 0.03 MB 91 30
146,483 146,483 00000000000006ee7f7c3a5268c3f6878764030c7fc113b219c63ce529aa3579 0.00 MB 15 57
146,482 146,482 0000000000000694aef893b0320fec0eec4ae984fd3b4a7867c37805b7853c14 0.01 MB 31 78
146,481 146,481 0000000000000856f7fffc3f96fc4da41a2334211a5fcf6aab8f6c70e6532172 0.01 MB 30 87
146,480 146,480 0000000000000781eabadbee22c923979e789ef3158e754aee77d006de0852b0 0.01 MB 36 22
146,479 146,479 00000000000009273105e28a806371b2cc35967ad03e1abeb05296cfe79b804e 0.01 MB 39 97
146,478 146,478 0000000000000738d24d97d373c0ac849afaae554dd17add952f23945807e702 0.00 MB 1 0
146,477 146,477 00000000000007b796a9ed55a6538eb3a7efcbf495a23ed536f02bd1995c0d85 0.00 MB 6 68
146,476 146,476 00000000000004b19a44a7dfbf16cb8c531aeb6969100c21fcab85aa90a6d427 0.01 MB 17 62
146,475 146,475 00000000000004dd8bae7a5241c0326a210d0e26f7494d66f2682ee08d7827ff 0.04 MB 75 342
146,474 146,474 00000000000006ce121ccd4a1a4792faa357968fe3720a5e3bd9f8a5ad7b97fc 0.01 MB 42 64
146,473 146,473 000000000000028a7bc1b50cbb48604726b255abdbece04a8d0a12df43ea74a7 0.05 MB 116 85
146,472 146,472 00000000000008094c4ab1eec0af203dacbe7ba3f5c4eff2a8ce7aaba9bdbfba 0.01 MB 19 37
146,471 146,471 000000000000072f66746ac042e82d55422b07431a19962d041ac2c20d12c652 0.01 MB 22 53
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.