Memory Pool Memory Pool Refreshing

60,638 transactions
36.63 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,114 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,434 51
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,113 (469,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,059 373,059 00000000000000000c31d86ac506ab79bcbfbbe128d1fb5c8cc3d804ae73b0c6 0.21 MB 442 49
373,058 373,058 00000000000000000acb9635fb11214a2b10a64f7cee118ffda12274e291dfb3 0.25 MB 491 55
373,057 373,057 00000000000000001090037aa7e24b610cbb487781f4af002b67e36250c9b50f 0.30 MB 498 59
373,056 373,056 000000000000000008e618151ce04d4f744f36f28f2eb88fa313edf7a03246de 0.67 MB 1,494 65
373,055 373,055 00000000000000000f738f0870ee3df2680719cbbdb927709e509e69d8cb9034 0.01 MB 13 27
373,054 373,054 0000000000000000000d5e50a0c0db0535f94bac26cf9f2b7bbedcfa4e70d173 0.53 MB 1,063 58
373,053 373,053 0000000000000000030a500b65dfc663349fd0c002e41cf0f746bb133e750d04 0.48 MB 1,079 57
373,052 373,052 00000000000000001116e0941b7e41cb9a4926020ae7fdfb0e83528ed5f530e0 0.18 MB 391 41
373,051 373,051 0000000000000000117513d9c53baa2aff69db7095830d44ad15560211e4f12b 0.37 MB 815 51
373,050 373,050 00000000000000001308d2cbf6faa0a82ff4e2f07d0e8e9dfd7be77b71ce8455 0.59 MB 1,306 55
373,049 373,049 00000000000000000434f45a6797c6ad26cd800254ad922746651b1adba685d1 0.52 MB 987 42
373,048 373,048 00000000000000000ff768145b89680c91df4701aa63f596bb3cb8ee634ae186 0.95 MB 2,124 72
373,047 373,047 0000000000000000008c1e3c2a834b556411e0ee919ee18d805a8db9a2499a1f 0.09 MB 175 48
373,046 373,046 00000000000000000b4bb09a25aabc4d80a017f2a985fb17d123107d9660f315 0.57 MB 1,086 59
373,045 373,045 0000000000000000024f9b7869d09e6e30ea72c3fab6dd8281a094c1445c609c 0.44 MB 827 52
373,044 373,044 00000000000000000ea3f1831f9d3e7ae8ab516de151aa812576e1f6b569b2e6 0.36 MB 719 58
373,043 373,043 00000000000000000116718f68b00c285f5033736808caaad6a6bd43a7dad3b3 0.44 MB 780 47
373,042 373,042 000000000000000006ec08d5173c6a6740f43200b472537540d8078cd0106efe 0.01 MB 24 73
373,041 373,041 00000000000000000b9ac0941209da6db2f6b77e193df154cdb41339bffc055c 0.20 MB 335 42
373,040 373,040 00000000000000000b59bab39da7b4251e338b9c00704dd7c974d60104f9e7dc 0.05 MB 119 51
373,039 373,039 00000000000000000e3bbda6001745a5723d41c065f3d5ea13689f94c2160e42 0.05 MB 50 79
Previous 10 blocks ↓
Total Size: 646.96 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,439.84 GB sent, 41.88 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.