Memory Pool Memory Pool Refreshing

7,860 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (637,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,514 270,514 0000000000000003ab26509bb94a42e39b1deaced9e00dcd33151fec2e3816fa 0.13 MB 145 22
270,513 270,513 000000000000000309d2a5657117c410bc9df2c8802798afc5bc3e50c2049c0b 0.25 MB 206 32
270,512 270,512 0000000000000003fcdc7f46c6f8d039104d38952d5563c7898eda5f1c8246b0 0.50 MB 919 40
270,511 270,511 00000000000000019573a005d0a0e1e16e258e03164fc5233844472871298fc6 0.02 MB 18 43
270,510 270,510 0000000000000005d1143636886a8fa5b19578784785b8c194891a388617cb2a 0.48 MB 1,047 68
270,509 270,509 00000000000000000735ce11ad811577bbcb2183be91da46f1880afc781bf117 0.25 MB 489 90
270,508 270,508 0000000000000005c56927a85d18e42acba6986b30c18900bb902085611ac374 0.25 MB 334 32
270,507 270,507 00000000000000027eaeeb7e877711817e3e36f134475abe9c21149e92ab7999 0.50 MB 390 16
270,506 270,506 000000000000000142f939124a8aaff68644cd8fda794982b8d4c68d8dafae61 0.25 MB 456 37
270,505 270,505 0000000000000003758152b8342e6696ae17afdd3ae07b4594f6bdf9649b7907 0.25 MB 694 74
270,504 270,504 0000000000000005f4c3f92aba358fdbb38f643cdfb3ecf389dbbe84d30f51a2 0.25 MB 744 130
270,503 270,503 0000000000000002398d594bdebe05f33c0c848a4479a160e0f405ce70ee67b7 0.04 MB 35 33
270,502 270,502 0000000000000006f4b7d17d57faa8844f63f8beb91429f4a94bcb1d1be014cc 0.50 MB 672 36
270,501 270,501 0000000000000004205908712f580fea034251412accc8dd7e025bb832cbc596 0.25 MB 675 71
270,500 270,500 0000000000000003992393172ca43ef3f566bd68c4437e79d02326444c4a72a1 0.37 MB 776 41
270,499 270,499 00000000000000060cc19d549536927d0b775028c9c50a5b7d2704de643a0867 0.50 MB 1,147 50
270,498 270,498 0000000000000003d0c7865f42190b18299c49b9394b70a77859f3939ccfaf1e 0.25 MB 797 154
270,497 270,497 00000000000000048ef64be0e701f1560c4b83c254495978c71aa6044c631013 0.25 MB 651 83
270,496 270,496 0000000000000003bab9cbdd26adabf4c1c4d5ad6d5af01c73d016c37bb49e65 0.50 MB 885 66
270,495 270,495 00000000000000031989088e4f5fe9f2bee83dfd5e2f1ec529f9c1ef80356b2c 0.50 MB 1,005 39
270,494 270,494 000000000000000192a7a2ff74b449ec8235882b142495e5f5546f80de47d2d7 0.25 MB 675 74
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.