Memory Pool Memory Pool Refreshing

47,694 transactions
45.68 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,802 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,189 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,801 (478,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
363,118 363,118 00000000000000000662a0e9a8c476d110d3ed2db3816986f97c6e8e47acd5f0 0.75 MB 1,538 31
363,117 363,117 000000000000000013faf067ce652afdd1449e0a0ad500161b1d73595b83f9e2 0.32 MB 658 30
363,116 363,116 0000000000000000114fe3455d0f96fad6785d66929f68b484d9a73b9a4fdb84 0.07 MB 150 30
363,115 363,115 000000000000000004f1954434a107c43bcae10bd35db2eb079c19d5eb85792b 0.06 MB 109 16
363,114 363,114 000000000000000007f2dff23dc3c47609068f5578d54793feba4377c54c0f68 0.76 MB 1,189 28
363,113 363,113 00000000000000000f35fb5595957235fdef19d05ecc2305884350c9ade75944 0.27 MB 561 33
363,112 363,112 000000000000000007643a0612595caa8e1df3b53b0d6c96b23b8fd807a3899f 0.00 MB 1 0
363,111 363,111 00000000000000000d17dcc2cbb4c8868cc95600962c8390157bb907af896710 0.58 MB 1,134 33
363,110 363,110 0000000000000000037afdb5cc4cf58ad25e3908e9a87bfbf4ffd58852f931f3 0.06 MB 88 8
363,109 363,109 000000000000000003dc49c0b147ca13e7b26e6d92bb942bb632fd52b114e301 0.37 MB 839 26
363,108 363,108 000000000000000015aab33e24fbe16b7e3d67fef5dc663466822d717df34d0a 0.45 MB 941 30
363,107 363,107 00000000000000000899483731721dd86654f032789eb3b356522e7e336902e1 0.20 MB 398 25
363,106 363,106 0000000000000000016e60c3fa52a6a2ff4f5b0ae759bf5b50e70d9f27f7f4b7 0.49 MB 758 25
363,105 363,105 00000000000000000948106e09181111ba2fd160958a6371118e292fdd0cc814 1.00 MB 1,518 24
363,104 363,104 00000000000000001370d05b67e04be136e7663af16baa021b86b5489c302434 0.31 MB 484 24
363,103 363,103 00000000000000000379151f8063c9ea680334f54e9d1c31f1df3895bb35caff 0.97 MB 1,123 14
363,102 363,102 0000000000000000034aaa046bc87e5149d19bcd356ae1af3ad82ff64175ddf0 0.37 MB 756 30
363,101 363,101 000000000000000001769c7f90eb8186cf019b32119da1b213e6417cf7abce32 0.23 MB 428 24
363,100 363,100 00000000000000000d24db0d452c7839070a8d2f35bfabda85d8a598ac32c546 0.26 MB 504 23
363,099 363,099 0000000000000000092b9044e691790b5ca149414fd892b08816b56ebd319434 0.75 MB 1,560 11
363,098 363,098 000000000000000001c2efa78c3c558f4f302ca62f23074168c5fc58a53e93cf 0.75 MB 1,579 32
Previous 10 blocks ↓
Total Size: 646.39 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,344.59 GB sent, 37.50 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.