Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (694,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,656 213,656 00000000000002fb8391510282b0103087602d53f383e4d9c0091e043c600ce8 0.04 MB 91 397
213,655 213,655 000000000000025801d207aab87b8242854a9ebc5b8a0fc8ab2631ec054583de 0.00 MB 5 101
213,654 213,654 0000000000000238d2e3fdd17d9db34525724adf135990841dcdb9ec0ab231ba 0.24 MB 377 159
213,653 213,653 00000000000004dfbe0360a7f13b7d218dff619ae79c8b20b2a27da92d3bc51f 0.01 MB 44 13
213,652 213,652 00000000000004f6b2c5613f84e1b5313b49bbbd57f45160ac21fad4577b41bf 0.24 MB 454 150
213,651 213,651 00000000000001e9e0d50bce98a0f91a305e214f24afb9728dfbd198c6c7c346 0.07 MB 32 55
213,650 213,650 0000000000000461b8fc6879a3427d0e250f1a34a09235a7627f66c63f805460 0.16 MB 340 219
213,649 213,649 00000000000000bf7cfd2559d15fc3a0264a30addb2c21b0fe98e9cd4b856eba 0.00 MB 9 35
213,648 213,648 0000000000000322558309e980c763b2b1d10d40bc383430bf11abac3da47b3d 0.03 MB 37 121
213,647 213,647 0000000000000486227f138411153be245c79d936c7732e7febea0ca3a7a5e88 0.10 MB 217 160
213,646 213,646 00000000000000413416bbe384c7bd875c6fd51c7d315b95aad06fa158bcdb91 0.15 MB 253 110
213,645 213,645 00000000000003d4ee7105bc5414486fc3255d5b3fff4eae1170be892507db7c 0.00 MB 14 59
213,644 213,644 0000000000000192f6fbf8e901a21415cdd91a37d6f7e4a7773f655b14eda862 0.17 MB 416 174
213,643 213,643 000000000000018917debbd4b9488afec16950314cfd6ddfaee7ea28549554fe 0.00 MB 9 162
213,642 213,642 00000000000003e47014f62c7ed18ee22807465fa3fe6fd990da48090d266b2a 0.08 MB 205 58
213,641 213,641 00000000000001aac61545c5fc9725ff68c9606fb3725d5030ad56fd2805ef62 0.12 MB 264 192
213,640 213,640 0000000000000344f6b029bfc930a89a5a46fc40e96729aa521bcd842ff9cd32 0.08 MB 147 174
213,639 213,639 00000000000003e5b06a887dc525b12f595001b82094f42574a8de6c5dd1a98c 0.06 MB 166 197
213,638 213,638 00000000000000099d58395b773b90d63799c59084a93c4699b0e4445a755d64 0.05 MB 88 131
213,637 213,637 000000000000033dbbbe7a1b10a8cd35781c2d4647788897a5bcca30a4e579cd 0.13 MB 243 162
213,636 213,636 0000000000000153c030c07321593a3840a169841ae23328c7f22690a9f84327 0.38 MB 789 159
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.