Memory Pool Memory Pool Refreshing

77,172 transactions
34.50 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,345 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,166 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,344 (520,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,831 324,831 000000000000000012ac6154d16d6868072db51863b6ac1271aeaa24fe914d00 0.20 MB 57 3
324,830 324,830 00000000000000001c6f713ba9b9958bcea14856ffb73c75b501fa56c24216dc 0.47 MB 915 27
324,829 324,829 00000000000000000fd04fb96952f5c7a7e16c4ffaae4ab2641281b048fee803 0.03 MB 64 40
324,828 324,828 000000000000000003c40a3efd545b68d898a05d2ea788abd51d649f10d13db8 0.32 MB 446 23
324,827 324,827 0000000000000000015fa7bcf87f4585177dff2ddb61dd4ce9f5bbdab3edbf6b 0.12 MB 90 15
324,826 324,826 00000000000000001384f9b0508053149b3ddd3817961f4ee69ae0385abcdf6d 0.21 MB 512 33
324,825 324,825 00000000000000000499374102428fe8424817964f06f72b59f24677e948b429 0.26 MB 306 20
324,824 324,824 000000000000000015cc9de3c40ca45308266eb581566998e71a7f5f25874064 0.00 MB 1 0
324,823 324,823 00000000000000000ee8ab1759741580a728899faa2cc91d516423d2e6f8ba02 0.24 MB 407 27
324,822 324,822 000000000000000006880233f89f572f006fd5dad0d1729d6d81622e8921e15f 0.25 MB 516 29
324,821 324,821 000000000000000004c4f94e8e4d7d5e86c33531e199750e256b3d235f6d8c5c 0.59 MB 1,063 26
324,820 324,820 00000000000000000310e1c74416821f633897c786b93ac3151d45c18570f616 0.04 MB 128 41
324,819 324,819 00000000000000000cf064a7536e7b6420c4696aa8fa5636f917e40f38ac2c6f 0.03 MB 67 28
324,818 324,818 000000000000000016621197bef0ebabd312ca994d783eb15db65f2be4f5da3d 0.43 MB 1,022 31
324,817 324,817 0000000000000000086bc041e755f77272a9b152f07ba49b387ad5de5295030c 0.31 MB 673 31
324,816 324,816 00000000000000001307578fe0420451df59d84166f97d35f27591cadcdd470d 0.20 MB 318 26
324,815 324,815 00000000000000001012e9ce7476fd3e023c890b841307693e9a852bf541cb0c 0.26 MB 509 29
324,814 324,814 000000000000000010eee27f2fe2c1ae9c217f06b0722dc6a766780c4e4f8dba 0.03 MB 45 16
324,813 324,813 000000000000000011d34f6e4ac63b3b51ffcb655cbbf9c0fe4567f5cadd5df7 0.33 MB 636 28
324,812 324,812 00000000000000000bd27f6960abba6be32a89557d4e377d0f189efaa7439c6e 0.17 MB 198 21
324,811 324,811 000000000000000017801904d948a6ab411cfa2df7dd79e5895979a070c0f157 0.05 MB 112 28
Previous 10 blocks ↓
Total Size: 653.05 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,295.16 GB sent, 78.98 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.