Memory Pool Memory Pool Refreshing

1,607 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (33,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,853 873,853 00000000000000000000b1e678943716d079075ef4efbfa6917a4d169c796ca9 1.74 MB 3,361 8
873,852 873,852 0000000000000000000016f0af61c3beb9f39bd38fd36f8b70ae682820caaae5 1.43 MB 2,355 8
873,851 873,851 000000000000000000019c54a28a24078a032e91800d7b9886ee31e2425b34d8 1.56 MB 3,040 11
873,850 873,850 00000000000000000000cd0e69780d53d9de5de355c2c50f8e53c53cf5090548 1.48 MB 2,728 10
873,849 873,849 00000000000000000001bf818ea4709fb8286f6c7a4a85076af24b3df0ea88fa 1.19 MB 791 7
873,848 873,848 00000000000000000000a19359ff5099e83ebfd2b331986d43697b960f678cc2 1.47 MB 2,357 9
873,847 873,847 000000000000000000014d1f5c308c2ef4ae6183dc0343811641ef0385537b97 1.71 MB 3,365 13
873,846 873,846 000000000000000000000124bf30460c957ad5736e618bd790560639e6729f87 1.56 MB 3,279 11
873,845 873,845 00000000000000000002b027f44c099d9556e71d6d12fbcc154facd2336a8036 1.51 MB 1,367 7
873,844 873,844 000000000000000000029711ce6b11e2dbf261a0e1084f1746ca0bd4df6fbd3c 1.59 MB 3,729 13
873,843 873,843 00000000000000000002554558ba8394042082bece01ffd745c3a293d07456ea 1.53 MB 3,243 11
873,842 873,842 00000000000000000000584d24f7f5b19337709b4177e14439d200d23d224f9c 1.31 MB 1,194 7
873,841 873,841 000000000000000000004aeabd2245bdb438b037a2323e9d20b08c1024bed168 1.69 MB 2,518 9
873,840 873,840 0000000000000000000157ae00092c5da9bc6f24d0f60853baf93534603580b9 1.60 MB 3,578 10
873,839 873,839 000000000000000000020e2ce420a4f68604797e644f99d3220e9616a4bb9a6c 1.59 MB 3,330 10
873,838 873,838 00000000000000000000978f90e756ca74747bdcfddfa0cdf8cc019b4cc7e3ce 1.26 MB 1,206 9
873,837 873,837 000000000000000000024b734d8c77f9973e7aa3c37eb28cd093d24deec43096 1.23 MB 1,305 9
873,836 873,836 00000000000000000001d5a04c993e30404dc90e0a0f74322ee7b05c1ef612de 1.30 MB 1,989 10
873,835 873,835 00000000000000000001b423933d8ffef1bbd8d47a76d4e6f8cea34f57cf0959 1.31 MB 1,854 9
873,834 873,834 00000000000000000001ba8b56319a821f55dedad9614ad1767347e2bfae5b82 1.51 MB 2,463 9
873,833 873,833 00000000000000000002869fb0f8d2d95c581dfa51a05fbc0d31449092e6a708 1.69 MB 4,128 11
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.63 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.