Memory Pool Memory Pool Refreshing

84,412 transactions
34.54 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,449 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,740 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,448 (62,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,556 781,556 00000000000000000003f112ead5b3060b88dcbc3cb1509ceb874c64027cc473 2.33 MB 2,585 23
781,555 781,555 000000000000000000065fed544fcae65cf25f040ac94bb6aad2f0b1e229df28 1.44 MB 2,450 32
781,554 781,554 00000000000000000004b3f6040c8f504094b25106759c6fe3ee3170ad0413f7 2.27 MB 2,963 27
781,553 781,553 00000000000000000003bf443ebe2844e8700f5bc3856cad3e51142991d02182 1.80 MB 3,355 31
781,552 781,552 000000000000000000041d4f6df45c5a03990ea69dc0140b002caf6b4bc2b303 1.55 MB 3,206 33
781,551 781,551 000000000000000000024dc41f4acfacf6d0fcaa957cb14fa3bf26915cae5629 1.71 MB 2,763 27
781,550 781,550 000000000000000000009d0d89651cd25a9ab5b234d0e4d2997f944c93a51292 1.68 MB 3,272 32
781,549 781,549 00000000000000000001ff512eb1645f458b8c91755024eebacf9f92486b6c81 1.59 MB 3,109 26
781,548 781,548 0000000000000000000106ecadf1fff2607fe9fc0f01b2875eeeb1bb62d6b31e 1.30 MB 2,056 31
781,547 781,547 00000000000000000006464da2e8886434e7ef91df9b8ca89e3f083c738ef557 1.50 MB 3,480 45
781,546 781,546 00000000000000000005649effd3f65add9514fcc78f2fd771f4f71705471931 2.92 MB 1,239 11
781,545 781,545 00000000000000000005722a62c9ea35839ac541abaffad46b8a0666639f6c6d 3.17 MB 374 6
781,544 781,544 00000000000000000003d4dadee4abbaa96e50683270fe3c6c5d739b6e678ef9 2.52 MB 950 9
781,543 781,543 00000000000000000001b7c44fe5f1ba6316058bb1589a51db90277b3d5ee7b9 1.55 MB 3,589 27
781,542 781,542 000000000000000000003527e139a278bf1e3b1117401b00c78681fe87fbfef8 2.57 MB 316 7
781,541 781,541 00000000000000000005aa6286581c168321c301d509218a52bf84e1928821b5 2.57 MB 819 6
781,540 781,540 00000000000000000005e069f0f9f2c532a2f3440aee00e9ced293888cff338f 1.57 MB 3,212 28
781,539 781,539 00000000000000000002a01655ff4bc2ae2dc7f2d224c6790de4c42f036794f8 2.25 MB 480 6
781,538 781,538 00000000000000000002886086829b00083d13fae2cb3322fb7c3f435cdbef2e 2.46 MB 1,904 14
781,537 781,537 00000000000000000003010b02d37cd0d653e776a9ebe1a6430862d436a8bc32 2.11 MB 2,162 14
781,536 781,536 00000000000000000005dfbf1c17e63518eb68687d3a8c6df9f851b804d7d449 1.92 MB 1,067 9
Previous 10 blocks ↓
Total Size: 651.36 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,115.86 GB sent, 68.21 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.