Memory Pool Memory Pool Refreshing

39,545 transactions
47.28 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,981 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (573,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,902 268,902 000000000000000795dcb22979e0e3aa7ef595fc953401040aed4726099744da 0.05 MB 107 69
268,901 268,901 000000000000000483e0f7dabbed1c3f7e15d8b8bd30c0d0569d79906e6974df 0.02 MB 48 71
268,900 268,900 000000000000000685eb64e3c36ec9bb5b9332dd78bb1d789119c890351086f1 0.13 MB 179 52
268,899 268,899 0000000000000007787cfc75521a97eeaa07f11228bb7cfd0b1454b0d82c4e36 0.25 MB 471 78
268,898 268,898 0000000000000001d4e81d421b9aa73509ba8a425b3c84501ef6014b87a91d2b 0.12 MB 280 93
268,897 268,897 0000000000000002c43a6b0ad3efc4c4e43125efb6762bff49838ba41777e59e 0.06 MB 127 51
268,896 268,896 0000000000000000a4c698b9df7df721175a0053e8044061c9a83aeb36b6617f 0.04 MB 80 23
268,895 268,895 0000000000000000a3de08cba1d36df6d7991c70fc2f8a4324dd7636d99f901c 0.03 MB 68 19
268,894 268,894 0000000000000005cca8e64939bf4c1aa77c5f1d1b505a34d52b18fc6e192b20 0.15 MB 226 63
268,893 268,893 0000000000000000f719d72080111ebea6e4c90ad1bb9e5b2a4c382152197818 0.19 MB 389 76
268,892 268,892 0000000000000005d9df0a04758d7159360d5062555411a43fa40955be6bf4b0 0.18 MB 224 28
268,891 268,891 00000000000000016f0f410166ff5e8dc8a2dae4f99de134c3676c9366e58ee4 0.25 MB 641 50
268,890 268,890 0000000000000000038a47b7ce75d7cc93bbcd2c1833bd8fba9aebe8de869084 0.25 MB 510 121
268,889 268,889 0000000000000002ca7dd82f1ab971275dbf846bd53613ef57f8d4a759a6ad1f 0.20 MB 338 57
268,888 268,888 000000000000000055abf36f36d3b8b6e7c861f3654162cda6a675e28b36c915 0.26 MB 611 73
268,887 268,887 00000000000000040e02e614ffc6a0caea0e3a305893a9b9e85a47c4cb709653 0.31 MB 718 57
268,886 268,886 0000000000000000785ae93d5cc8938ebb9fc74f2182a57d48d189d9f0815354 0.40 MB 843 59
268,885 268,885 00000000000000028260e5f55c078c69568044e34361ab50c115a6956a78c6c4 0.20 MB 507 93
268,884 268,884 0000000000000007d64b33f04f95af327c9151bb72d25d59ebe7f6f199ecbda0 0.01 MB 35 75
268,883 268,883 0000000000000005506b55b9c38cc00c76343854b46e8f9e40467f084cbf98a3 0.01 MB 20 62
268,882 268,882 000000000000000730c9062af43ca6ce1d91f13893c5ddb1129de35b2334f573 0.04 MB 97 68
Previous 10 blocks ↓
Total Size: 647.41 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,484.46 GB sent, 45.53 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.