Memory Pool Memory Pool Refreshing

6,985 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,607 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (858,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,865 49,865 000000001903faff3d1ee9df681319864934435380d92a65e3c887f0fb3d04ff 0.00 MB 1 0
49,864 49,864 00000000085d61d0e44bccb3b45ef0e663b7818f208de971e1a1d92ef93527ac 0.00 MB 1 0
49,863 49,863 00000000000baa2535da5b293bcad7c43ab386f7b87af566ac43c076feb9b933 0.00 MB 1 0
49,862 49,862 000000000fee49d695d85dc1d8e49cc9bd92bb123c1b65647deed05696b6982e 0.00 MB 1 0
49,861 49,861 0000000017cc4970b64c97c0538386a557d75f28f8b421ed16c14f2966baed41 0.00 MB 1 0
49,860 49,860 000000000dcac37efef87df5c8d77c394ef939f37d588178589f275a2a8bb49c 0.00 MB 1 0
49,859 49,859 000000001bd746452f8bd870be368c0025a7b8978a938c1245c6cc901892f0cd 0.00 MB 2 0
49,858 49,858 00000000110b20c9be17e910df21ee966f665b784430ae49d13733ec93544497 0.00 MB 2 0
49,857 49,857 000000000a20561e828027cfe98ab9084823b6567184bd90d93b8dfa9f425745 0.00 MB 1 0
49,856 49,856 000000000d8d005b52befbd73e69526fdf68d2194a042965a9f82fee2c326e41 0.00 MB 1 0
49,855 49,855 00000000076a0f911d497518f2c2a8193b115dd007632e3c5de2bcbf24757517 0.00 MB 1 0
49,854 49,854 000000000f678f325e32df2d9cb108c96c511837a8dc2601ce47154b368fbebc 0.00 MB 1 0
49,853 49,853 0000000023f101e6345d7a4ce7ea9a228b8adc7b31ba84c15f6b78a37c0d0e0c 0.00 MB 1 0
49,852 49,852 0000000019c7f449971d494bcaf4a218da02d1949d1d8794aafdcdd3e3ed4bc6 0.00 MB 1 0
49,851 49,851 0000000022d25f8d0c5b9a7c53fdf99a89e7d23e285fbae004b3eccc78587831 0.00 MB 1 0
49,850 49,850 0000000011bab93de5114ec564d2ed6104cb6612eb89c9f5c4676bd13b9460c6 0.00 MB 1 0
49,849 49,849 000000001a7218f1fdd810f3d9a764278931de2bd02d2ab5983ef2ed36b234a0 0.00 MB 2 0
49,848 49,848 000000002463269181b82b6694eb9ca2a5ea46118a2b12bed2b49ebb44b6d846 0.00 MB 1 0
49,847 49,847 0000000011d18a5479e193ee16f84cc72bf457b6a31d35769f9205ccb45995ab 0.00 MB 2 0
49,846 49,846 000000000de366640b25f028205306315dc09afb78ad6691e7f08518b7d99f0a 0.00 MB 1 0
49,845 49,845 0000000010ba23e0557f91a6c56d29a453431f0876e78794226102d099b5998a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.