Memory Pool Memory Pool Refreshing

5,599 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (23,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,630 884,630 0000000000000000000117cea0d240ba2f9405b41cdd003ce5696253fbd130c8 1.96 MB 5,512 2
884,629 884,629 00000000000000000001a7bbd4fbb83e35d34d23a273a161a9e0f897f23907d2 1.99 MB 5,763 3
884,628 884,628 000000000000000000009536ce36d41ab39e6b8c508fa9231cf1da826dbaeb60 1.62 MB 3,501 2
884,627 884,627 000000000000000000015af43f1777dc24fff2f545284fc3e01732f9a4c45f93 1.74 MB 2,804 2
884,626 884,626 00000000000000000001792af29cd81894ad0fe390a98a25dbbc7b9c2687fb3c 1.72 MB 2,887 2
884,625 884,625 0000000000000000000022fc6a49a641c91215e297dd8ab1b38f2c021bcd7c4e 1.73 MB 4,072 3
884,624 884,624 000000000000000000002c6fd2bc7a2fb39ee8f395c286a4ff5f3e9c325faa32 1.68 MB 2,901 4
884,623 884,623 00000000000000000000ae359782f7fadc5429be25bba05b2f50949e48bf4a6a 1.55 MB 3,800 6
884,622 884,622 000000000000000000020aaf5ac247cc38da69217a412b327e1a839b77e45a22 1.58 MB 2,820 4
884,621 884,621 000000000000000000021b01a52fffd3d2b27f6736e68d140e0cb4722df18f49 1.78 MB 3,104 3
884,620 884,620 00000000000000000002354cf7e871d2ee32913c2913a593cf699a6dc8a5a538 1.56 MB 3,762 5
884,619 884,619 000000000000000000012a89ff50826691f316cd21a6860289ea76ff9d1fc424 1.58 MB 3,711 5
884,618 884,618 000000000000000000000fb0b8cdc9f6ce118d4127813c272569599de00afe2a 1.77 MB 4,621 6
884,617 884,617 000000000000000000007cbf943a6004abc5c545ecdb99ed4c429ec0566fcdd8 1.65 MB 4,158 6
884,616 884,616 00000000000000000001b5c9d4fad0e5301914b9be007702a62e837750744929 1.80 MB 4,391 12
884,615 884,615 0000000000000000000072cfdcaf7038bcc1c030083660a669910bd6cf8c9d66 1.76 MB 4,734 16
884,614 884,614 0000000000000000000148120b4b35628646ac92cf6629c741af36adc9747f43 1.93 MB 4,827 3
884,613 884,613 000000000000000000024225d257f3c115201fc0009898d26bbd050332e81f08 1.69 MB 4,057 2
884,612 884,612 000000000000000000024f5765fc883cd04663892017e5f2d084703bfe0237bf 1.70 MB 4,049 3
884,611 884,611 000000000000000000010f6b3e3082d408d7021a6f1d7e08a33cf9ae5af432bd 1.66 MB 4,354 5
884,610 884,610 0000000000000000000063ec527f1863e12ef42f689c62b21d23652535ff1bc1 1.71 MB 4,330 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.