Memory Pool Memory Pool Refreshing

100,249 transactions
31.80 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,748 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,456 43
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,747 (411,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,968 434,968 00000000000000000088ccc5ad4e9f8d7911fddb3f9e69727306d8bf13d04106 0.75 MB 1,869 64
434,967 434,967 000000000000000000073f84bbe11a70332c121649dca6a63107cb4f4d261ef5 1.00 MB 2,649 71
434,966 434,966 0000000000000000002294e329f2ba80e0750e0da7f43254cea74c8913acaf96 1.00 MB 2,468 79
434,965 434,965 000000000000000000b42a21b197c908a126b2bfe8af621e3d4a9e271bdf2478 1.00 MB 1,967 49
434,964 434,964 00000000000000000008b278e5ee0a7de06a0a932764e828dfd4ed9c5ef99324 1.00 MB 2,769 79
434,963 434,963 00000000000000000058ab13a96dbc267986fa5b5fb051a16c203223d8123731 0.01 MB 17 72
434,962 434,962 0000000000000000017e148dd0494ed78e8df1d3a20892c2f47bcd315a963672 0.05 MB 123 94
434,961 434,961 000000000000000000e03e9537ee9b94f4dc577679bd6c62922b3ae02e22e66a 0.99 MB 1,195 33
434,960 434,960 0000000000000000039555dd22e1fd6c058ae9e2ff9466d11b7939caa38cd11c 0.32 MB 746 65
434,959 434,959 000000000000000002f3592af61d10021914ae7c846ba24bdd3c831d17a07a32 0.12 MB 239 78
434,958 434,958 00000000000000000140a4e2657cd920ba077280e8d81a5c07f817f94d1503d2 0.21 MB 404 65
434,957 434,957 0000000000000000004e593ecfd6152300d5a2f1a1c741e85406cdc957af2645 0.09 MB 82 26
434,956 434,956 000000000000000003974f78246b35b5a4027232b025698cdef9f3b4a8190b94 1.00 MB 1,351 60
434,955 434,955 0000000000000000036c292e302ce8fbb4fc04cc0a0ad2f3ae4a0e501648f69f 0.91 MB 1,868 54
434,954 434,954 00000000000000000418092f6cccc390d3feae0db6352e72c17ee2cbef4fce47 0.04 MB 108 64
434,953 434,953 0000000000000000005b93c8fca0fec0e9b4423b604486a1c09a65da56619042 0.99 MB 1,523 45
434,952 434,952 000000000000000000ebc008df90815d85a592bfd3ecc9d38536a50ec53ecd14 0.77 MB 1,699 61
434,951 434,951 0000000000000000020f041e003318217e00bab9fc3ee4b88a103c158bdab4c7 0.75 MB 790 28
434,950 434,950 00000000000000000391c1b3077cb6e93a31377a6cc81262ba7623fe3a7dcb5d 0.20 MB 373 77
434,949 434,949 000000000000000000f7c464c831290a11ac3fe217693c2d7ac885b0f4623e97 0.84 MB 1,287 41
434,948 434,948 0000000000000000007effe69c225ada68d534aee994b72c3812e51d416228df 1.00 MB 2,231 54
Previous 10 blocks ↓
Total Size: 655.58 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,495.89 GB sent, 97.56 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.