Memory Pool Memory Pool Refreshing

1,150 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (254,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
653,868 653,868 00000000000000000001e28852743d0b86d0a264d6dac114c7371d4339e1f31c 1.29 MB 2,790 102
653,867 653,867 0000000000000000000d03ddd080c560ddcfef52a7bce2c134eea7d33b2d9ebe 1.96 MB 1,049 97
653,866 653,866 0000000000000000000323debec41e69ed194788743a831290391275005095b6 1.29 MB 2,877 144
653,865 653,865 00000000000000000007b687cf5aad75197eaf6f56be6b831ca6270747ef27b3 1.31 MB 2,941 133
653,864 653,864 0000000000000000000829ce97d8818c1c8ee029e9010c40dd473108ec74afbd 1.56 MB 2,047 118
653,863 653,863 000000000000000000060782b394c52b2c08502e4a1642879207fa01eef6e1f6 1.20 MB 2,306 113
653,862 653,862 00000000000000000008ac8f34fbf40e5092454209392b83b2631b0701dd17bf 1.21 MB 1,821 137
653,861 653,861 000000000000000000001351ab29e28a777735e3dc1ba28447651e1a6b2f903d 1.23 MB 2,983 131
653,860 653,860 0000000000000000000781a7b356d6a1f76f05c2f88cd37fe5a678101567640f 1.33 MB 2,887 157
653,859 653,859 0000000000000000000a4a76d5fd070a08042e2ea90f171a426cca507a1a9b81 1.22 MB 3,097 128
653,858 653,858 000000000000000000012df118ac03051e8840ac039dd6ed51a05ecfda7a82b5 1.20 MB 1,700 131
653,857 653,857 0000000000000000000a4a7f6b3f71090193c6baa860bc77c15416aecb665330 1.20 MB 2,955 134
653,856 653,856 000000000000000000088de8ce111ee93eba3383795f10fcf22b5162a3e83566 1.26 MB 3,015 150
653,855 653,855 00000000000000000009201cd7c70d1088e6d9c5c8e70f1160abc438cef64b86 1.31 MB 3,142 150
653,854 653,854 0000000000000000000dc8e5100d20f090d7646d75ed5878b881da407a7dd7c5 1.40 MB 2,266 142
653,853 653,853 000000000000000000050cc1a88f288baede274a0b813ae4f592ed03e914943a 1.25 MB 3,040 176
653,852 653,852 000000000000000000016c163fd29f234d18bff5866bb2ccf94203d3821a192f 1.44 MB 2,811 153
653,851 653,851 00000000000000000008f139872cb4a0e29d35bcada66f8fa820f86747696c2f 1.22 MB 2,873 101
653,850 653,850 00000000000000000005c9f767ae2cc66231000e4882913e2feea016972b8da9 1.36 MB 2,465 106
653,849 653,849 00000000000000000007cdd6ae9d1cdfc502735c61d424b84cb1c0d8a341105d 1.28 MB 3,073 128
653,848 653,848 0000000000000000000180b9a8f5910ba743e3d7b021517a2796ba023f7b4ae6 1.24 MB 2,618 134
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.