Memory Pool Memory Pool Refreshing

1,976 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,955 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (681,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,943 226,943 000000000000026186fe21806035a1251613f6976b8bb430c44f7ad62091acd1 0.04 MB 108 157
226,942 226,942 0000000000000304129a133c8452028d7a388078505882cfb73f9273d1904bad 0.15 MB 334 115
226,941 226,941 00000000000002b14f304c08f9f3b33ea5369f48678d78d78fc9915d336525cb 0.05 MB 94 95
226,940 226,940 00000000000002cd25b63a2349c753e0643f97e7fde73c783f10037c89042189 0.14 MB 364 193
226,939 226,939 00000000000002af87a793e4c539a5635735b183440fbf4fb1ccd87249434ebe 0.07 MB 146 146
226,938 226,938 00000000000001d7d69f7f6e8cf6ed72c2c4c36a8266849487f5c5ec771d3c05 0.09 MB 219 169
226,937 226,937 000000000000018075c4b2033ab0579bec6f7c816cdef5502dadc78eda4ffcfa 0.12 MB 287 156
226,936 226,936 00000000000000d84b0dfc4dbc3659b3569de4b0d5c379ebeebdb2dd9de5e84d 0.07 MB 162 174
226,935 226,935 00000000000002f6d6f882092f93d814fb692a855243c90613d777b816ee5d23 0.08 MB 202 237
226,934 226,934 00000000000000e0c49875bb59cdda565888f83ea49f85c38e5754ee2b9756a9 0.04 MB 76 49
226,933 226,933 00000000000001778ee66ae7691c285ce822747a18a950948eb244aade2f361c 0.01 MB 17 78
226,932 226,932 000000000000019bb739030ef9b53ac69d81e5dec3206a9292fe1bb6d0ae8678 0.11 MB 229 215
226,931 226,931 000000000000027e8ee05f810d045a456c5c6ec1c88118a9d3d286d6c3f7c30e 0.02 MB 69 141
226,930 226,930 0000000000000271b89ea6a1714db21e9b8a123dfd0199b070e2ab35cbc56643 0.11 MB 225 172
226,929 226,929 0000000000000309433a6a91329e6010957fc9e6af33e8b7dc29f8bde28fddcd 0.09 MB 193 129
226,928 226,928 000000000000018493ea8b7f0238b53f1c5a4c62f8b325c2d51c6574ab852018 0.02 MB 64 162
226,927 226,927 00000000000001e0ecf4c6f48396d4ed4f94fef164e45fffea2f6305f7adacc6 0.05 MB 133 235
226,926 226,926 000000000000008bc0336d0466be843eaa80426755ea953f3e563217a5c6593f 0.11 MB 200 162
226,925 226,925 00000000000000441f28ee9922d14d4306eb703a91eb87e482cefd73177a8784 0.11 MB 179 142
226,924 226,924 0000000000000145752fe6400bb321e4a98ce5a811811eae4ff955dca93afb5b 0.01 MB 9 40
226,923 226,923 000000000000002fac8df47456e96b63109d7cddcfec00c590cfa6a27e7609ed 0.07 MB 178 195
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.