Memory Pool Memory Pool Refreshing

4,017 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (76,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,630 831,630 000000000000000000012f72dce2d7a3582fd36a344d4164533cc4dfea91bdcd 1.64 MB 2,635 19
831,629 831,629 0000000000000000000253dcfedb9b0bfe9c26c74d5e86b12fb61802bb052a78 2.37 MB 2,091 15
831,628 831,628 0000000000000000000156ef7c7e092781ef7603e1657bff24dbc7eb65ca1824 1.46 MB 2,039 17
831,627 831,627 00000000000000000001b792a55be1f56de6dfb342f6fcbe6cbefa069eba3945 1.78 MB 2,633 15
831,626 831,626 0000000000000000000103f49dfa6c57f1cabf9794ebade88bd62d98744410b2 1.43 MB 2,096 21
831,625 831,625 00000000000000000001858f6cef7bf67ee94f18a9042fe0c757bc2882d8cbe6 3.11 MB 1,329 12
831,624 831,624 0000000000000000000206ab8ebbacb2f99df78f3b2e2ac14bc957e82bb3a2d4 1.86 MB 3,310 16
831,623 831,623 00000000000000000000f7b951161836cb58a3a4a8e13233977b30042a66c732 1.90 MB 1,898 13
831,622 831,622 0000000000000000000354448d72232486af1494608f052cd5483d6dd7a72ece 1.14 MB 758 15
831,621 831,621 000000000000000000014240e08234af82d2f20289965c302570160767ba5c92 1.51 MB 2,518 21
831,620 831,620 0000000000000000000323901774b642424a1b620a1a960e895eb35e97b0269d 1.46 MB 1,727 16
831,619 831,619 00000000000000000000b9cfefb46e8a05acc5f8fd44f1271ced9893fd6973e4 1.67 MB 3,020 17
831,618 831,618 00000000000000000002315bd252870b742ce65ed65b154ae9e0eca2c77d6f05 1.54 MB 2,948 22
831,617 831,617 00000000000000000000f87696b3adcfb9e416655f3e930e5e0735c26fa03450 2.67 MB 2,164 11
831,616 831,616 00000000000000000003401b5b379986c54527c1f5d442509d32ae6c11c0d88d 1.55 MB 2,883 21
831,615 831,615 000000000000000000009e046c4e7ec0ab5d1b22c2de98c386e7379c9fcbbacb 2.50 MB 1,602 12
831,614 831,614 000000000000000000035f76a17afa005bb4b6e6a00906339ae5602fca4baa02 1.94 MB 2,738 12
831,613 831,613 000000000000000000004fef1dc27ac6397aa15235317b0e04f0b2815f7d2ab7 2.63 MB 1,675 13
831,612 831,612 00000000000000000000e41c70040314e6a0c96a9288b9fe9d634d191830d829 1.40 MB 505 12
831,611 831,611 00000000000000000002ddad90f836c233c6b6670ff53d1db1fdd81206c1e79e 1.16 MB 522 12
831,610 831,610 0000000000000000000175b4c9173fa3f73bca1cdbc2dd7a48635af517703af5 1.69 MB 1,357 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.