Memory Pool Memory Pool Refreshing

4,174 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,618 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (798,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,883 108,883 000000000001aa64d85dcdee16a370faab36e07385868cf41adb0b2636caf697 0.00 MB 5 0
108,882 108,882 0000000000010fe1da481d2296af8a2943437386ffec25b408343f23b6f8c317 0.00 MB 2 0
108,881 108,881 00000000000057966f9c2b0934c9485cb53e080f236ceab63d65ea4c4e5519d6 0.01 MB 2 0
108,880 108,880 0000000000014339b4d0a104bdc224ee2b622a7a84d5160b4a9b436588efb40d 0.00 MB 2 0
108,879 108,879 0000000000009eafa6b847cefea4848394ccf71e9203c72b7438073deb4b2c3e 0.00 MB 9 0
108,878 108,878 00000000000099c0634109e7b92d18dcc5c3999f61f4d988ebc1902b31179e62 0.00 MB 12 0
108,877 108,877 000000000000a391dcde2ed396790ea61dbadf689eadd0834baa183315433691 0.01 MB 21 0
108,876 108,876 00000000000169dcfa5ded97b6ec5748642396dc98a8da93d6e1fbff784d131a 0.01 MB 54 0
108,875 108,875 0000000000019283a450302f11ef1e9345f248f1200dc1abfc246b24601264ce 0.00 MB 11 0
108,874 108,874 000000000000f8ee2182aa0b5feda23f0d5695eda4180dbec65046151a10af31 0.00 MB 11 0
108,873 108,873 0000000000008271064301b646251223401753f91c43fb6d07f313ffa312cacc 0.00 MB 12 346
108,872 108,872 0000000000003854378aa24dc4bfc91b35368c529f2101034453833b3d2dc19d 0.01 MB 48 0
108,871 108,871 000000000001302f94550233d4684d8531e8a533c3932341cf06f2e4a7cbd167 0.00 MB 9 0
108,870 108,870 00000000000090dc87a62ac089e9e5d623c3d2a86c973022c09250486164477d 0.00 MB 11 0
108,869 108,869 00000000000041c4ef57c7b6f2ef80b896e7ab1cdb102f759a36c2a9da40b04c 0.00 MB 13 0
108,868 108,868 000000000000e99d58c15bbd018a0e0ba1f8e581ccbed1dd67162ab688d41d03 0.00 MB 9 0
108,867 108,867 000000000001b1aed34d939e019241326c5a7780998eee8eb27b1dbe30ab40b0 0.00 MB 10 343
108,866 108,866 000000000001ac225a4e3eeae61f57b1ea8c603068e3d1e8c7967ac8f1007831 0.00 MB 16 352
108,865 108,865 000000000001932d9ac097d80eaa2732090476f5c694a4d40cfaaf45a32af566 0.00 MB 8 0
108,864 108,864 00000000000199206616e77986c26e500819a323feb51799b57c6fa6fbbe9850 0.00 MB 10 0
108,863 108,863 000000000000f38accd6b22959010471a6d9f159d43bf2a9d4c53c220201254e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.68 GB sent, 93.45 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.