Memory Pool Memory Pool Refreshing

91,302 transactions
32.49 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,961 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,849 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,960 (494,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,480 350,480 0000000000000000160ae2fcf8fc56e3632d87103a7301deb172104d884d0d86 0.59 MB 668 16
350,479 350,479 000000000000000007d803afe7f053485a2d9252c675f3854b60cdf1e48511f0 0.75 MB 1,623 31
350,478 350,478 00000000000000000c3c47fdb891b411c322cf2d16ec553eac746a580914d3f3 0.60 MB 702 17
350,477 350,477 00000000000000000741cfb3260a2ba0a6881e027bf5342e0ac5ae476732ca50 0.75 MB 1,793 32
350,476 350,476 0000000000000000096322fdd8f1c16a9204a45981163848e2781d9d4383ad7f 0.69 MB 1,029 20
350,475 350,475 000000000000000005f9f8db92c699ee368ebdd61780df068b594c71c923be03 0.41 MB 526 15
350,474 350,474 0000000000000000154329cdbf4dd3111e118c35f5e55ad1f342bf74fbb8990b 0.17 MB 512 38
350,473 350,473 0000000000000000113be23a1c71081bc7d833d012a3df4e1b297ce859246497 0.45 MB 962 26
350,472 350,472 0000000000000000070a899f44e920c53e2a2bb7e37c2e4f2a2f387b015e37b1 0.51 MB 874 23
350,471 350,471 00000000000000000896363df02e446191a7ae33d09afd953cb1789075bf2c93 0.25 MB 617 32
350,470 350,470 0000000000000000025f4ba1eb32aeb17314935f2bdef607b56a607a1d6f6007 0.60 MB 1,211 26
350,469 350,469 00000000000000000fa06bb61564c4d81554b4641c15a514bff2006864f7788b 0.07 MB 134 27
350,468 350,468 0000000000000000054fb47e7e7359055b05943512c6eaa2d9b78a6e517fc63a 0.08 MB 155 21
350,467 350,467 00000000000000000921de8a0df71ef54ebefff6b5e29b6f9e6c72d43a2cb861 0.28 MB 290 14
350,466 350,466 000000000000000014521fcd74114a4ac9f139d3bdde323b065e7da8478c7b76 0.09 MB 179 26
350,465 350,465 0000000000000000117b649dfd701d97a6976be37eda6332f3ddfb8f60b81213 0.18 MB 332 24
350,464 350,464 0000000000000000155c79a698deaf8aff0eb0244f6f1dc5540fab215cfc0231 0.30 MB 630 28
350,463 350,463 0000000000000000052b063918ae931e59ee7dcc3159c6c729ea653f40dfead8 0.07 MB 147 17
350,462 350,462 000000000000000016964e141f41fbad648f04861e8cccc36c989dfbc04ec74d 0.14 MB 224 26
350,461 350,461 00000000000000000f9b08c5d6e71e30dca895d91f2dc9fd05755da0ec264bbd 0.32 MB 696 30
350,460 350,460 0000000000000000009e51c456b4ec9b8f1e2caa3a2e4796990d356587a657a0 0.48 MB 898 25
Previous 10 blocks ↓
Total Size: 652.33 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,242.90 GB sent, 73.93 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.