Memory Pool Memory Pool Refreshing

37,318 transactions
50.95 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,517 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,201 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,516 (538,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,834 302,834 00000000000000005830c5a7400b2d3551cf97ef551ada487d5ff4621961e18a 0.10 MB 146 24
302,833 302,833 00000000000000001d2f10aabc7aae39edd6b200b0ed4bb6b8d08085046e4b8e 0.19 MB 330 31
302,832 302,832 0000000000000000192763913460f201e42328c4e13658433824b692c0ee9e45 0.19 MB 270 21
302,831 302,831 0000000000000000111cda722c4b1a79b785a58baa2e5aeb149ecb30a75aa04f 0.05 MB 87 26
302,830 302,830 00000000000000004f222a76bb54c8bde57857319257a4313d4dac2b50de09b2 0.19 MB 270 29
302,829 302,829 000000000000000033a7e88bdaca0b14b190cced46d0c5667b27bd82d429792f 0.27 MB 360 28
302,828 302,828 00000000000000002283d47ab4292ff4db8863f99dd5e37b5c29248b204bfaa6 0.25 MB 199 19
302,827 302,827 00000000000000001e2e787903c8f0894fa774d861dad72e286f09ec9ddbdf3c 0.26 MB 495 30
302,826 302,826 00000000000000003bedb61e59629c5f2abb403f7ebadb94e125cef2f04ac2d2 0.25 MB 296 23
302,825 302,825 0000000000000000689dededcdc83d7e1338a56e2759711705b94bc64aa2a8f2 0.17 MB 195 17
302,824 302,824 000000000000000023327f214bff8942fc991283c2237b99b50d7f6441dd290e 0.02 MB 33 19
302,823 302,823 000000000000000065105f4bd0eacc257258606a35a32b7ceca80579fc404431 0.35 MB 445 27
302,822 302,822 00000000000000006522b56f941ded9273eaf1f96f49d7293b802911851d722e 0.37 MB 581 26
302,821 302,821 00000000000000004d1a47b6a0ee21d0c0ff053fddaf40ecedcffa88b9570a93 0.25 MB 334 25
302,820 302,820 00000000000000002562f5616f4b3b94cc21c87743f80598553d68451ca038d8 0.32 MB 503 30
302,819 302,819 0000000000000000026c93f68fde8db49bed4626667fa4c2b083d7aae0323af0 0.31 MB 471 27
302,818 302,818 000000000000000031f74010423244c96debd4fb748c3f9b1ff20aefd3460bbc 0.27 MB 310 17
302,817 302,817 000000000000000050e994e614f275d3934268f55461bad50899ee696c556a8d 0.48 MB 235 14
302,816 302,816 00000000000000005cdeeb13d475b043a3f82cb48fe74bdcb7f1ad281d1c709a 0.35 MB 496 23
302,815 302,815 000000000000000032567f8a955fae81b1ac9ab372a8053a9d1aa3fb3de90436 0.35 MB 812 34
302,814 302,814 0000000000000000291caf2e30236172efe628d58cf28abca5dc43196b6c266b 0.50 MB 1,557 45
Previous 10 blocks ↓
Total Size: 645.85 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,297.78 GB sent, 34.52 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.