Memory Pool Memory Pool Refreshing

3,105 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (900,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,801 7,801 00000000547c975d1418ba51f5a154c01e7c3be2336db1bb54b911f1a5b0dfd2 0.00 MB 1 0
7,800 7,800 00000000380462e5918211a1534e199b6585c139d2bf7ca7cd38b60e650e4600 0.00 MB 1 0
7,799 7,799 000000007dcb08390ceb41de84f0d2afdbbdb073158860d1b07b869817817bdd 0.00 MB 1 0
7,798 7,798 00000000a96bdf4e502b7d85a83d49210c87c078b6660db63223c18b80ed1e01 0.00 MB 1 0
7,797 7,797 00000000b277e2c2a4394ee3db957aa51a3cfd7b69d0927775dab0240be3d0c3 0.00 MB 1 0
7,796 7,796 00000000514198be63643dfa4290fcf008a64b4550b08695016802848f872feb 0.00 MB 1 0
7,795 7,795 00000000f2362e437c5bc6410cc3c3b57a1dea9550891501f9e009e7779dddb4 0.00 MB 1 0
7,794 7,794 000000001ee69e4335116867458b75063b19839bf2465da0c52e844e9b295e03 0.00 MB 1 0
7,793 7,793 000000003d7356f9f87066345cf9ca69091a0a5a3fd5bb812baf6b032dbbf34b 0.00 MB 1 0
7,792 7,792 00000000aa830f284d61b97fe7eb2ef91b1f0fccae0a5c1ec70e965f98e40f70 0.00 MB 1 0
7,791 7,791 0000000023bff7235b69a00f98b96cd0133ff60527314c777dc98e0ebed3e03b 0.00 MB 1 0
7,790 7,790 00000000ec24cd43708330cd0158beb38ef337cf7ae2b5ae39bcaf5d0e16ee91 0.00 MB 1 0
7,789 7,789 0000000037df988a406d3f2eb1f486b720f05e3b9b66dfece0aaaba8c14699bc 0.00 MB 1 0
7,788 7,788 000000001e84c18f8ca6f08264e7099bc123d41b52e0442a893bb3f008b177c1 0.00 MB 1 0
7,787 7,787 00000000675479bfbe00ac5dfc6dbb24dc7680e7ae0cc741063f36216419dbbe 0.00 MB 1 0
7,786 7,786 000000007cac5313246636b3d09a9327ad265e7fed0ceced58c41d2faf487f3e 0.00 MB 1 0
7,785 7,785 000000003aa1d186feaad2895dfecc5a4d9eced4c719d6081f4f9109e8e6ff34 0.00 MB 1 0
7,784 7,784 00000000c1baf11356d8cd4e582a549e28120aaa05fcdc4046ad2240e14b5040 0.00 MB 1 0
7,783 7,783 000000000357e2b033c9e9bac5ea4fcafed732f89da87ad837738ad61f6a5c38 0.00 MB 1 0
7,782 7,782 000000002b2f5f9fad5dd5242e028305482b2afef1ab84f113e5f2e53717dc32 0.00 MB 1 0
7,781 7,781 0000000051123fc90ab6e36edce52fe309924cdcd5160313d82d00536c868ef3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,847.76 GB sent, 100.69 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.