Memory Pool Memory Pool Refreshing

47,572 transactions
34.97 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,145 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,939 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,144 (612,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
229,839 229,839 000000000000004d8261fac934743ea0a13cf9dcc79ffe55f531cd855577ce8d 0.31 MB 726 168
229,838 229,838 00000000000001b3a6f479624761b9841860df38654b85622167a62f6a40c130 0.24 MB 286 120
229,837 229,837 00000000000001b9f3223afb668efa606bcdb3624a5424b820cef63f964ceb8b 0.47 MB 1,075 141
229,836 229,836 00000000000000963f40e74d02a375f977060fda4ce1095351f0d15ffb1d21af 0.25 MB 809 291
229,835 229,835 000000000000021a8d52d45211cb55af8f6fa74aaf3494cf59211943a076e529 0.16 MB 363 149
229,834 229,834 0000000000000013d5eeb0dc1f1d1182625cbef8917c4ad7ba84d844bd9cf00d 0.05 MB 79 108
229,833 229,833 000000000000013fe7e3fb85132f392154c4e2e87c6e6f500ed4812b4a02b5c0 0.12 MB 270 162
229,832 229,832 00000000000000aa36a88e80c5e032e518579e1be965f04317ff64d74b117dbf 0.25 MB 524 90
229,831 229,831 0000000000000066725a924bfa1cf21de0724a30567e71ff69bd543eddb6bdd0 0.25 MB 276 56
229,830 229,830 000000000000020ab8b4b84eeec9bf546096970416d35c51f0606a6531fec93e 0.25 MB 417 154
229,829 229,829 00000000000000c6b6c47b979bbdbd9d289cceb2f0644e4154deb1be7b5791d7 0.13 MB 256 102
229,828 229,828 00000000000000df4f49ad36a7b3ebe48af978fb6ef98b8782c7dea5b6c48fcb 0.25 MB 740 250
229,827 229,827 0000000000000103c72884b9465443e6ae4651481708f449ea34f64b609bbb81 0.25 MB 347 136
229,826 229,826 00000000000000b3b12eff7659256317b926a624ad0b07cf50bd0887f5b98e75 0.05 MB 26 50
229,825 229,825 0000000000000222138a174c8580507bc853b41e16210fa49a958d92ed7dda92 0.25 MB 609 152
229,824 229,824 0000000000000041e4dbc0056e1a0556885fb76cc4467a29fc70a20cb8138b33 0.08 MB 212 264
229,823 229,823 000000000000027579d28fb480ccad8e2516d1219d4c1919e3fd4fc0c882955d 0.06 MB 114 140
229,822 229,822 0000000000000098d6b0f2c585e1c6414d988f2f4e69f3d9efefaf9da446cbb2 0.25 MB 530 110
229,821 229,821 00000000000000cdb3952f51f6161e3f707853c546055440aaf8d82e4e36d54e 0.25 MB 449 117
229,820 229,820 000000000000017575896b9d7920aee9cd8f1f26f9ac68196c8d5785ce38eb56 0.25 MB 663 193
229,819 229,819 00000000000001e9fc085e762435703a1744be52be918403727c006d6db1cdb0 0.09 MB 195 236
Previous 10 blocks ↓
Total Size: 647.01 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,444.62 GB sent, 42.30 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.