Memory Pool Memory Pool Refreshing

39,046 transactions
48.55 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,522 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,432 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,521 (497,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,112 345,112 000000000000000012fbc4c2f92b18b8b4587dde4d4b5386060ed826fcf44673 0.05 MB 124 29
345,111 345,111 000000000000000017677f47279975b414f04bdc004f914970f7cb3a36701d5e 0.75 MB 1,605 29
345,110 345,110 00000000000000000eb04c0aa1fb56f9a28f6c15bbfcdac5afb23bd52cbe2cf7 0.23 MB 423 21
345,109 345,109 00000000000000000b597204a0735d8b692b47f89c98f7380ba13e79b25e78eb 0.75 MB 1,657 28
345,108 345,108 0000000000000000100bd4ed00813b7ebebfb6d5bc4c0c237fb84f0465c23571 0.15 MB 349 24
345,107 345,107 00000000000000000f2fb064bd0f9bc19a5ea7e4681a4b0d551f3d879cabd245 0.35 MB 240 7
345,106 345,106 0000000000000000156f9dc9b7327c8c805114804d035032532ef54509221bf9 0.75 MB 1,505 26
345,105 345,105 0000000000000000153a55bdf1ab74189b567d432dbca883a0a70705165e7ce5 0.39 MB 655 21
345,104 345,104 0000000000000000064e005ee62530ef75f8f3417c0a8c2031666ecb60ca7f8a 0.34 MB 619 23
345,103 345,103 00000000000000000c68363dd328b7b9d786e705a19d42598c7c337022b35137 0.08 MB 256 35
345,102 345,102 000000000000000005a3a8dbf218381fb32183002c3e455aaddfca00efa03688 0.59 MB 630 16
345,101 345,101 00000000000000000fb70270b19eb5b3064397329e63a8b6c54a12f159525453 0.75 MB 2,085 33
345,100 345,100 000000000000000009595ac80a8dcff41d875e07e827f71a1c918dd0f077af97 0.37 MB 665 24
345,099 345,099 000000000000000000de567eed1e6040b612cf819735db839c964cf1d4839dfd 0.75 MB 1,520 26
345,098 345,098 0000000000000000077ca2373fed4251949cac753eeefb738a1e4722626a300b 0.35 MB 656 22
345,097 345,097 000000000000000000c9d71c74b595b8f9e891e727f5d8ab1c44f31e9c379579 0.16 MB 408 32
345,096 345,096 00000000000000000800bce9927f0f47dac2251290e3b0dc37d014055ff50d65 0.54 MB 972 31
345,095 345,095 00000000000000000382e066838d16add7e63cf44c15e7c293f4b09afafe2890 0.39 MB 927 28
345,094 345,094 0000000000000000157074785d041187de1be8f122004fe4a90a52a45b4abd66 0.19 MB 467 30
345,093 345,093 000000000000000015a1bafe79a7033346b3a317e0e918e3d5f5eddc06ea9410 0.52 MB 984 24
345,092 345,092 0000000000000000018a1f890d8fbcdf670fe345380223121933803859b002d1 0.33 MB 528 25
Previous 10 blocks ↓
Total Size: 647.71 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,541.60 GB sent, 47.39 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.