Memory Pool Memory Pool Refreshing

57,621 transactions
25.88 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,802 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,685 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,801 (511,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,021 333,021 00000000000000000ef4f52956fd5a81a406be344042ab3d2302832f9a3f2971 0.42 MB 734 24
333,020 333,020 000000000000000013f376ca753b29f562e31bfe0ad86700aee93baa803d05d0 0.06 MB 96 20
333,019 333,019 00000000000000000a4e483d92515df1b501aa35249f9879dcf2010be1cee430 0.70 MB 1,550 29
333,018 333,018 0000000000000000071183f1414087a1ead1feb797f6fb9b86c56a10deeee263 0.37 MB 802 32
333,017 333,017 000000000000000009aef2fd4c7e3c55f12f55b0b5e1aba952a661ff3b495edc 0.40 MB 739 24
333,016 333,016 0000000000000000107a9fb3517469df49165f67ff58cf9548e31b2e5ef0c335 0.23 MB 396 21
333,015 333,015 00000000000000000673b1234c6c01e157d4ce06732c7241e448b59aeab30af2 0.17 MB 329 22
333,014 333,014 00000000000000000d2992d1446d010854c7c3795ef5dc4ee559bb93379050a7 0.49 MB 856 24
333,013 333,013 00000000000000000cc6deee3212b5d0bc69d662f3d0fd1221ed8d600327a60e 0.10 MB 123 14
333,012 333,012 00000000000000000de0bdb47be84c3668ad6557d395890f28689b19dc42ba26 0.32 MB 715 22
333,011 333,011 000000000000000006875bd57d9b6a4682f15865636d35656e702ce570d8db26 0.57 MB 1,156 32
333,010 333,010 000000000000000005ae04303d5296f6b24f970ad70a310c162bbff7bcbbeb5f 0.30 MB 529 26
333,009 333,009 00000000000000000fe9a66f29dd695b10d4ca357232a5dfa0e9608f7b62286b 0.25 MB 513 27
333,008 333,008 000000000000000003ac04aaddcc417d82d1881a821abe343f46e8cb4eb7a5d2 0.02 MB 64 31
333,007 333,007 00000000000000000e7bf22f3157541cb373c597f303db32d7b561c82c72aba0 0.14 MB 260 27
333,006 333,006 0000000000000000016f889a84b7a06e2d4d90cec924400cf62a6ca3ae67dd46 0.18 MB 390 21
333,005 333,005 000000000000000004860a07b991a6cd7cae1327c36c21903b8bbe8d2c316ac5 0.26 MB 495 24
333,004 333,004 000000000000000004001d114c6c278eb0ad37a3ce3a111cf534dd358896c5b3 0.56 MB 1,090 23
333,003 333,003 00000000000000001348f0e7b14d82d8105992f0968faeb533a03c55c3d72365 0.12 MB 237 22
333,002 333,002 000000000000000005895c1348171a774e11ee57374680b54a982e9d9e7309a1 0.10 MB 29 1
333,001 333,001 000000000000000010e318d0c61da0b84246481d9cc097fda9327fe90b1538c1 0.10 MB 215 28
Previous 10 blocks ↓
Total Size: 652.02 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: 9,189.98 GB sent, 72.04 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.