Memory Pool Memory Pool Refreshing

25,018 transactions
29.51 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,863 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,577 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,862 (58,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,328 783,328 00000000000000000005ef928d71ca0e8134754efd5b66953a2b0fb24e783754 1.44 MB 3,452 42
783,327 783,327 0000000000000000000157adf96af4939e3d63c597defae58e3ae90d414fa8f4 3.15 MB 664 4
783,326 783,326 00000000000000000003a02b67cdb1505433872ca890444b50eba4b0f0ccf6b7 1.41 MB 1,158 10
783,325 783,325 00000000000000000003c33d5ab1eba72ddb9bb3dd6f4717e41338a041340255 1.77 MB 1,762 12
783,324 783,324 000000000000000000030bbfe8346adf630e34af0c2167d7f9cebfac4d6c20eb 1.38 MB 323 4
783,323 783,323 00000000000000000003b6a833a467f6e9e519adf5dd4d5294ce120a8e5dc955 2.05 MB 943 8
783,322 783,322 0000000000000000000086c63ba97f699a473a9c0f384475ac3055eeb17ba3d7 1.64 MB 1,625 14
783,321 783,321 00000000000000000000f6589c2280fa102069e1a1f76f1fafd8098e326f99a0 1.84 MB 749 7
783,320 783,320 00000000000000000002b274e480149a47311cc8d4c92bdc0182946c9ebdfc6e 1.49 MB 2,774 21
783,319 783,319 000000000000000000020685b5bed23e115010d6a2f20748fb122bb5c2aaa31c 1.76 MB 2,544 15
783,318 783,318 0000000000000000000318f65cae1ce500b0c4893e3404711507a27a15f623e0 3.33 MB 757 5
783,317 783,317 0000000000000000000266a92e1dc726c861ed7079ca06f4b245f30058abe827 3.15 MB 905 6
783,316 783,316 000000000000000000014fb73a96e2264ea1dafb99604f488e96101b6de3b9b6 2.12 MB 1,582 11
783,315 783,315 00000000000000000005523dbcc38bffe8438d38fe3a8a4591235d75e7e768ad 2.66 MB 1,115 9
783,314 783,314 00000000000000000005b2185a1a49b86fde5fc04b8f4ff33597f8d7ca547b3f 2.58 MB 1,444 9
783,313 783,313 000000000000000000035d08fc52d2ab50bff588e21d8fb64aec38b003d0a0e8 2.47 MB 1,287 9
783,312 783,312 00000000000000000003ecf1526af88c141579b5e8518cffe2560f3338a22aaf 2.19 MB 1,850 12
783,311 783,311 00000000000000000001447b49bba309a8ceaab4641ddb6d5a1a52eaeb9ebaac 1.72 MB 1,120 16
783,310 783,310 000000000000000000025c179204c877c5ddef45640f398fa6225c1646e095a6 2.07 MB 1,956 15
783,309 783,309 00000000000000000003f04e17ccff25aaefaa7c2d5a1697ecdebb8ca661ff45 2.06 MB 2,102 16
783,308 783,308 00000000000000000002a40002a669555d9bf0d856125a4f0fe831dc00d21edb 2.59 MB 950 6
Previous 10 blocks ↓
Total Size: 646.51 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: 8,361.58 GB sent, 38.09 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.