Memory Pool Memory Pool Refreshing

57,759 transactions
37.63 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,853 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,451 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,852 (173,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,850 669,850 000000000000000000099b44b5fa5b43d7bbaa751e28a8b1db8e91ff7607b047 1.28 MB 3,273 178
669,849 669,849 00000000000000000004b191302b9a74cf6c2d207680c7dd913c4d1430f57392 1.19 MB 3,021 94
669,848 669,848 00000000000000000005de3ef0b7faab6d1d6de266a31fc68d74222ab4fb3f82 1.28 MB 2,937 135
669,847 669,847 00000000000000000004fd77f1e28d3d31d33615d94677a20fdd7061e052ddce 1.27 MB 2,941 111
669,846 669,846 0000000000000000000359c62f6353de808b284b0a3f377f043739bc0737be08 1.18 MB 2,277 121
669,845 669,845 0000000000000000000a2c1247b58d7addb5504266404f1482b5710490f414c1 1.11 MB 1,436 124
669,844 669,844 0000000000000000000030f9c01e575748c29215ca0ccd6a4a7d35f554e0afa0 1.27 MB 2,332 142
669,843 669,843 0000000000000000000c496a3ee304f21bee0aa88cc00e43cd0e6b4f01f70037 1.25 MB 2,423 107
669,842 669,842 00000000000000000003a2ffb0197ce61c6e07bc56668a381235b2cfcc30d544 1.37 MB 2,860 144
669,841 669,841 0000000000000000000a62f7c435095565160e95c11dfb9fa034b93296946637 1.29 MB 3,253 167
669,840 669,840 000000000000000000023aa545b60924a9accc4f22d5517b049ec02b52a3f54b 1.29 MB 3,075 144
669,839 669,839 0000000000000000000bc9e9e11f41fe74753d827d3c69af2ed364ac3701aeba 1.19 MB 2,873 99
669,838 669,838 0000000000000000000218f05fd650771b2d6f970f18d76b996fd1ad3b88d34a 1.26 MB 3,040 127
669,837 669,837 00000000000000000006d7c3e183c4f8c88f391bc5c6c3bc2c492d84cac63600 1.36 MB 2,149 132
669,836 669,836 00000000000000000007523ed7c84cf77853d5d5b36c5e0727b68113ce884e06 1.07 MB 729 125
669,835 669,835 00000000000000000003082e1a84c7baaaffc7c40a6a1a00162f6f0c021bbf89 1.14 MB 2,047 127
669,834 669,834 00000000000000000006a53b3124820ec32fe133ebf8a36ab144198005159d02 1.26 MB 2,925 142
669,833 669,833 0000000000000000000cc570d7c6d4cd3397d579dcc889667e98da01e32fe3a9 1.35 MB 2,570 142
669,832 669,832 00000000000000000005d03c0865e475fa8e3ff2694e32c558bc1424c9f82cda 1.29 MB 3,285 182
669,831 669,831 00000000000000000000b58582b607c1132c1b84fd5d0750672ed107c510af2c 1.15 MB 2,802 107
669,830 669,830 00000000000000000008507385283336ff0e989051df1972bd392cf567964269 1.19 MB 2,918 125
Previous 10 blocks ↓
Total Size: 648.36 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,626.47 GB sent, 51.45 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.