Memory Pool Memory Pool Refreshing

30,146 transactions
40.93 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,909 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,805 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,908 (825,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
16,714 16,714 000000005ee7601f3e13136521690e05700dec21634e9e09448df368b7ec406a 0.00 MB 1 0
16,713 16,713 000000004f092a5b0680ea821a618bd921f30b7d025bcd11d2555c86f0402164 0.00 MB 1 0
16,712 16,712 0000000010aef1a4f940bb67663b65aa3b6b77a6194748f8491f4a7cff2e9b7b 0.00 MB 1 0
16,711 16,711 00000000eeabba0a2ff0345a6b17265750637522f74b4ad7f789b43bbda5e40d 0.00 MB 1 0
16,710 16,710 00000000295d5379ac2b13ff28eaa8120430e8c3d9ca5903ae5cdb13b0b132d7 0.00 MB 1 0
16,709 16,709 000000007b90215541aa96099b60acc7749a424ba542877cd934f5ca04efb2b1 0.00 MB 1 0
16,708 16,708 00000000c753982445f2ae04a36f672b3cdb6f35be58ee9ea4e313ee58614eee 0.00 MB 1 0
16,707 16,707 00000000af5e320290c2af20052101e17b510fd33647809137217658f0d04868 0.00 MB 1 0
16,706 16,706 000000008ca7f2d77d8be9d08cac24d6ca5bb0cf12bf565f315b45452e592e6c 0.00 MB 1 0
16,705 16,705 00000000137ae34c72533cd9d14fbd79dfc3309510632e7c424b9f219b77fb84 0.00 MB 1 0
16,704 16,704 000000003ed72961755c653af86a7355ff978d5b516e2618e2ac9d021b2aaf02 0.00 MB 1 0
16,703 16,703 00000000d866222f16b5a06af24dedf7cc5982e10351a15417454d373e1f6f07 0.00 MB 1 0
16,702 16,702 000000009793622362f7252d8e63a0c079fb8fc59f0c91d6a8e31d967d2d8563 0.00 MB 1 0
16,701 16,701 00000000fe80e7a138fc66610c711160371cac236ab83a6754753ecbd1a9a750 0.00 MB 1 0
16,700 16,700 000000009f0a393b01a015965ffc36fd7854181698a20441524a4d8c5b762e6c 0.00 MB 1 0
16,699 16,699 00000000314a80779b0af884f88beeadc3c5c11bb5b2c277f3d9a8727d3c3e50 0.00 MB 1 0
16,698 16,698 000000007177d4647f6a3c1a015dde7efcd4db26e802a23cb22104f3b994003a 0.00 MB 1 0
16,697 16,697 00000000dd1ca625aa8aa2258defe215956f6620f212306a2c0b3b628179f00e 0.00 MB 1 0
16,696 16,696 00000000bd4e443f1c904ae0546c6d6d9c3b3a1c7da8a0902c9f52454c7200bf 0.00 MB 1 0
16,695 16,695 00000000ef6d2fe9518a5f8b96956c822ace2d8b6b180c2e09212929c4b695d9 0.00 MB 1 0
16,694 16,694 00000000a7b4c5ee7b1fe8cd67282f9d86040abb527f305f02c6792447412b84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.59 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,374.72 GB sent, 38.69 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.