Memory Pool Memory Pool Refreshing

40,519 transactions
42.86 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,063 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,631 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,062 (370,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,703 471,703 000000000000000000fa2de0a1b41f67d0094f463a5614824d1d8b32c1e218b8 1.00 MB 2,083 244
471,702 471,702 000000000000000000b4426d974906f5ca773a79046c8a914e2725ea8faef84a 1.00 MB 2,082 267
471,701 471,701 00000000000000000175ffba8dc14dc765b3573ad349a20523a14cfb5f59a079 1.00 MB 2,238 194
471,700 471,700 00000000000000000009659d03bc59ef651a2216153f10f591373c7aae0b46a6 0.99 MB 2,263 142
471,699 471,699 0000000000000000009f2ed673cb0c79edf6b43e5f99f7e40f3ce2322240ffe5 1.00 MB 2,373 231
471,698 471,698 000000000000000000b067af44e2cd4f74a956bfef745fad21d75af89d7f4402 1.00 MB 2,221 374
471,697 471,697 0000000000000000012bfdee97c3b502d5938ff371deafc7f9e7234988345d3e 1.00 MB 2,254 280
471,696 471,696 0000000000000000006843c2ddec0537f86af1589871f6ede03863698d68713e 1.00 MB 2,522 336
471,695 471,695 0000000000000000005a8b3e5a1b604acb573251d2b52a5860f3ff0ee313b17f 0.99 MB 2,202 360
471,694 471,694 000000000000000000b2d3c7a28524d64f1ffdc7ef6d9515cc272daea59b7507 1.00 MB 1,590 437
471,693 471,693 000000000000000000af407d97eb4aad64ec7687b153d6edb92d4edb824c6c51 1.00 MB 1,478 154
471,692 471,692 00000000000000000034ecfd37484258e5233948d45555fa2c9f509778103501 1.00 MB 2,223 248
471,691 471,691 0000000000000000017c67810d965e4ca76198bcc7a24d3143e13fbd79893518 1.00 MB 165 31
471,690 471,690 0000000000000000007b1f508b4afcdc332c57db877e45feb20028a7ffe36d5a 1.00 MB 1,499 122
471,689 471,689 0000000000000000008872418a4439f3a5d89369a4b73cc22a4eafe7ec3f7114 1.00 MB 1,377 243
471,688 471,688 0000000000000000011aaaa01d31e72d8b1c33a6ca442a8d29463da050a71b49 1.00 MB 1,580 140
471,687 471,687 00000000000000000056ca69852fd7b0d71cf3e3b7995b109fd304640cc85ebf 1.00 MB 1,856 338
471,686 471,686 000000000000000000838ecebd58942b6e0004920f6862808247b851a31a1ae2 1.00 MB 2,418 316
471,685 471,685 000000000000000000593715ad6ce55e23f88dfb6245e37ba97cdfdc25ab78d3 1.00 MB 936 52
471,684 471,684 00000000000000000016a633041120e7c2ff21b0ef329be2635917f875fab233 1.00 MB 2,045 300
471,683 471,683 0000000000000000010de1c9cd7a5353970f63cea0f0f3eacf536ab0e0aa0efd 0.17 MB 375 240
Previous 10 blocks ↓
Total Size: 646.87 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,428.76 GB sent, 40.90 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.