Memory Pool Memory Pool Refreshing

8,079 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (4,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,941 902,941 000000000000000000010a82fd4839dfd0e5d835608f1833fe679fa94a08454c 1.50 MB 1,447 2
902,940 902,940 00000000000000000001a8bb9fafa181cbec1f4219f33f93a90403c529b5cad4 1.63 MB 3,066 4
902,939 902,939 0000000000000000000112189f34f26b5adc4eeeae87c573b11b4e1bcbf00652 1.57 MB 4,088 7
902,938 902,938 00000000000000000001795e5893246ecdd747cdb1a514556fd6aed1d5b16d70 1.24 MB 370 2
902,937 902,937 00000000000000000001a13db0068c179325f493b145d0fa3a5f668a7dddae26 1.67 MB 3,618 5
902,936 902,936 0000000000000000000101fad077e80f1914136611e82765306de53d0c807513 1.82 MB 2,888 3
902,935 902,935 0000000000000000000188f94b9a71e205c1f497be1b4f1fdfc012e2fe5c8cc4 1.56 MB 3,904 7
902,934 902,934 0000000000000000000014565046ed966456888cf303ae5765e003029da2d1e2 1.61 MB 4,098 5
902,933 902,933 00000000000000000000d4b2912c4ccfdf859b466f236ccd8d0233232d492c63 1.20 MB 661 2
902,932 902,932 00000000000000000000064465ece0ea55dc3ade1aa280602cecb483094015ed 1.59 MB 4,050 5
902,931 902,931 00000000000000000001c8cd5bbf3ac49a94d4e3213f4371a97526019c3efa14 1.09 MB 241 2
902,930 902,930 00000000000000000001819c647309f3bb1d1571016337752bebf474b3e131d9 1.15 MB 556 2
902,929 902,929 0000000000000000000178dc64335ddecc6f2d4ba2e6aef922fbecb16cc92e1a 1.36 MB 1,949 3
902,928 902,928 00000000000000000000f3006f060ae8e2bd44585c2f97d08d6dcd7dd20e6d72 1.56 MB 2,103 3
902,927 902,927 00000000000000000001b38ceb80a860e959cbab0456b93ae5853827cadd0101 1.58 MB 3,656 5
902,926 902,926 0000000000000000000117458cbe7394226cf758f4a6b426b985e26dd1aac1f8 1.56 MB 3,081 4
902,925 902,925 0000000000000000000098ab1eee89ceb2ff673660324bfc5c3b22fc6f7206d9 1.68 MB 3,374 4
902,924 902,924 00000000000000000000451bf7148006c024432c92a50fe1ce97f319f3cd6c81 1.69 MB 2,728 3
902,923 902,923 000000000000000000016f629e26f587ce9a447059f0739b68cd55b19cf51f0d 1.49 MB 2,852 3
902,922 902,922 0000000000000000000113804244fc1ea4a39f661bb41ae01377ce08f2d2d153 1.64 MB 3,780 5
902,921 902,921 00000000000000000000d2f7100b98aa195f54eaceb051445a7ca9ffdd7f5484 1.50 MB 3,305 8
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.