Memory Pool Memory Pool Refreshing

19,842 transactions
28.14 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,861 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,186 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,860 (551,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,868 289,868 00000000000000011ecb560667ffb1eb593d66a93d21dacfc511f3cda137109e 0.35 MB 580 111
289,867 289,867 0000000000000000ae0429a82b49331a5bed34dac89e4d2ffd01e7d82979ab83 0.35 MB 499 32
289,866 289,866 000000000000000105e989254efe65184a4cdc94bb9f312e3b3a18e061de3f1a 0.10 MB 226 226
289,865 289,865 000000000000000103a7541b1e1e7fae8d63eccc3951eb7021e4148368b148a9 0.17 MB 294 52
289,864 289,864 00000000000000000c69dadf9be0abf4b12d63e1aa1a0dd076a13e31711c00a3 0.13 MB 187 72
289,863 289,863 0000000000000000753445769d0fc21932ebd0b2c938d02746835673754f9247 0.12 MB 201 459
289,862 289,862 0000000000000000df03af08e30ebe82cf1866c4adc72dda9273709e8b07f67c 0.06 MB 88 13
289,861 289,861 00000000000000006425bad7947d38e7934de126e7de546cbf82a3d47bc01b30 0.16 MB 290 41
289,860 289,860 0000000000000000542153782a1080ac8fc2574f2fac3366324ee754d442a56c 0.37 MB 718 34
289,859 289,859 00000000000000003f6cb0737ca5e5fb6a90c6a5d675be1534dcc80330f42d65 0.18 MB 293 42
289,858 289,858 0000000000000000975074812f38738ee723762c6af6a2615d8a4901867741ef 0.20 MB 459 64
289,857 289,857 00000000000000006193c103b77d627a1d1466404e87169f7380e5da27b076d4 0.22 MB 446 33
289,856 289,856 0000000000000000f3c7e1acb6bafe46aa578f296adb8773c16c408285c0a211 0.52 MB 788 28
289,855 289,855 00000000000000003c5833038d19db83b309b20af99023081963d671ac92f711 0.36 MB 762 34
289,854 289,854 000000000000000105323ed213f841bdbef6a3eea247e5a0fc14a2320aca4a05 0.05 MB 68 27
289,853 289,853 0000000000000000a03fb2fbf343256b53ba8495ae540280f7a829811344812f 0.11 MB 127 18
289,852 289,852 0000000000000000ff08e4c6d12990b382fbac2948512770745842ae0098f41b 0.38 MB 412 17
289,851 289,851 0000000000000000037bfb662ac7b72471938885a6de0360fe04e8cf55e7f1f4 0.18 MB 512 73
289,850 289,850 000000000000000036d2c299dee5b154dcbce3c31dbf5316a88bfed06012b85d 0.33 MB 655 32
289,849 289,849 000000000000000053144be641475a55f30b0730965292385a9d43ca30c01c3d 0.14 MB 214 24
289,848 289,848 0000000000000000b7eddfaa2ddf559bb79656f8fe82aab207c3ea9fc16a8f6d 0.06 MB 145 37
Previous 10 blocks ↓
Total Size: 646.50 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,359.76 GB sent, 38.06 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.