Memory Pool Memory Pool Refreshing

4,773 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (23,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,635 884,635 00000000000000000000b21550bf4ad49afcf845077c21fc6bbab447ce85b972 1.58 MB 1,369 2
884,634 884,634 0000000000000000000013fb19513005d4b7a84bd2a2f5f42c022d9fefdb2a5b 1.55 MB 2,767 4
884,633 884,633 0000000000000000000146601a36528d193ce46aafc00a806b9512663ea89be8 1.60 MB 3,287 5
884,632 884,632 00000000000000000000da94197b9c8de294700c3c69913ec9e6166836ca20d5 2.21 MB 4,847 1
884,631 884,631 00000000000000000000cdb72fff6807e76767a621f31b9e035cf611c1b9b2b4 1.60 MB 2,616 2
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.