Memory Pool Memory Pool Refreshing

6,996 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (432,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,995 474,995 0000000000000000012d2f0cc7b22e8c094e6cfbd02e364d6b723a28a05f363a 1.00 MB 1,998 81
474,994 474,994 0000000000000000011f53e30c492954e06a37ce4106bd085b96884b5ab87fa2 1.00 MB 2,155 142
474,993 474,993 0000000000000000008351779808eda1da59016723dfb6653e18ab642e5a36e1 1.00 MB 2,387 95
474,992 474,992 0000000000000000001061c27e5a38f147e5bd340d69a198eb6894e771e91a33 1.00 MB 2,252 187
474,991 474,991 0000000000000000004f128a4783275b7bc4d753aa507451460237318b5a37ac 1.00 MB 2,067 286
474,990 474,990 00000000000000000171427db3a837da2f94e251a7a7b239488bd4f69d4e5760 1.00 MB 1,839 286
474,989 474,989 00000000000000000074827786db2621bc10d0ae995c2aa66d395f374ad9d99e 1.00 MB 1,285 159
474,988 474,988 000000000000000000957431fe1b716df50eef4d2477ba8503548b0680ccf651 1.00 MB 2,203 288
474,987 474,987 000000000000000000342ddfad97e5e0e2bffbb3c358d5a1fda7353132e04a49 1.00 MB 1,828 103
474,986 474,986 000000000000000000a6c66c08ea701dffda7f7b51dc99fd8367355b488ad424 1.00 MB 2,427 117
474,985 474,985 00000000000000000171a6b278d99e2892174a1a6163481f835ced76019d01f3 1.00 MB 2,158 202
474,984 474,984 0000000000000000001dc2f25db572cb70220bd046ba971312cdf7c5ccedd6b4 1.00 MB 2,496 157
474,983 474,983 00000000000000000034fb2ba979ba303d91b2e308c093052ff6423e87dd47bc 1.00 MB 2,340 219
474,982 474,982 000000000000000000dc4bcf1d26312d92181e153d3d83952a753f32dd981bdb 1.00 MB 958 218
474,981 474,981 00000000000000000031a60aec4e224390afdf60b3dd80fea79d68c03f204d32 1.00 MB 2,155 288
474,980 474,980 000000000000000000464ece46492d439366b9242b655c83008efe8e1f2bef19 1.00 MB 1,836 248
474,979 474,979 0000000000000000004594a3e25864ed07a2f1c6d7e1f30dc9ebb6b641e50152 1.00 MB 2,341 306
474,978 474,978 0000000000000000002fb19f32df395db52d39b146d04628f2bff9cbe224b156 1.00 MB 2,092 258
474,977 474,977 000000000000000000cb8649fd2e1c751a081eb59ba13afabd8e6d7b5a5e070e 1.00 MB 2,245 308
474,976 474,976 000000000000000001288d6c94f75283852540177bd7e1bfc6cb64e0c50de936 1.00 MB 1,441 332
474,975 474,975 0000000000000000013d9bd517276e35a0771e32550659602510b0d49f30956d 1.00 MB 1,097 319
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.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.