Memory Pool Memory Pool Refreshing

4,883 transactions
1.73 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (276,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
630,932 630,932 00000000000000000005f85955d749816ea491160e1dd07ece05f6ebcb2f245f 1.22 MB 1,798 157
630,931 630,931 000000000000000000073ebc62d4c607d41c6a076bc2119a050a0acc09f1fffd 1.46 MB 2,201 193
630,930 630,930 0000000000000000000ee4ac688d68ebd4e32f0c2cc277d4713e6a64bd8eb540 1.24 MB 2,244 64
630,929 630,929 000000000000000000076d1a01e8a93364fa90569669d29671fb9ec9ea38f18f 1.32 MB 2,690 127
630,928 630,928 00000000000000000000ca7e09a5edde2f77f9e0454422b27be93aa8fa2de7f6 1.25 MB 2,490 65
630,927 630,927 00000000000000000009afdf879cf41ba98e0e2f7eb13c80fa097d5bea7d127d 1.30 MB 2,368 118
630,926 630,926 000000000000000000080f3b679239ad578091f7694023e26aff911f3f36cc54 1.25 MB 2,181 87
630,925 630,925 00000000000000000007ed1b63456312df33040de1c56654c551f44ce3d7aa4e 1.26 MB 2,633 77
630,924 630,924 00000000000000000004f527d2d078ec6a95d5d8ef27aacc343ea0334f390bf7 1.24 MB 1,987 135
630,923 630,923 00000000000000000010b9815af25869de0f0fc0da79f9705702d7efcfab51f1 1.42 MB 2,393 182
630,922 630,922 00000000000000000002e9778047543eda793529abc9b72825d83ebee3c07c95 1.49 MB 3,496 86
630,921 630,921 00000000000000000004d3127b44090b12796182071e166d14a2cf920cbd8629 1.28 MB 2,466 106
630,920 630,920 00000000000000000004338ead9c63dc66db0e3c64880755d8036f21892f8fee 1.42 MB 2,243 166
630,919 630,919 0000000000000000000362b2ad9dc262a7a552896002cc73290c502fa4711263 1.32 MB 2,436 64
630,918 630,918 0000000000000000000775df47584701de60f4e7f74a224d4aaf73b842eb9814 1.12 MB 2,855 62
630,917 630,917 00000000000000000001bb841c21b5601a7f2afa987e42bc2b6011dbd1932d3e 1.34 MB 2,210 155
630,916 630,916 00000000000000000000258cc0b9df4976d42ef643a370d0697fc55fe7b38a10 1.40 MB 2,428 191
630,915 630,915 000000000000000000092eebe1e20762d1f9a7e3cb22249197ea73bb70ab9ae5 1.18 MB 2,843 74
630,914 630,914 00000000000000000008bbccba74b8422049f18a1c3bc26bdc3251834880cc16 1.16 MB 2,679 58
630,913 630,913 000000000000000000085f7cdb811cac0172d9c1502db2e89534f490bdf2a984 1.46 MB 2,307 162
630,912 630,912 0000000000000000000d6f3831673e846bfb0fc2b3c511073f3981323a610c2d 1.25 MB 3,017 90
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.72 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.