Memory Pool Memory Pool Refreshing

84,008 transactions
32.66 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,918 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,559 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,917 (175,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
669,829 669,829 000000000000000000056fa60e11cc52b6bf5a73c7c67bc9f90be6797af03cfa 1.46 MB 3,006 134
669,828 669,828 00000000000000000005fb57f18e473d80b5e3015bbc2437e486bdaf613a8b73 1.29 MB 2,669 161
669,827 669,827 000000000000000000012eece4942618e281933f78746ad37c01273c363a5aaf 1.33 MB 2,974 160
669,826 669,826 000000000000000000064c109779476218b592b3ac9eae9f9ccb57648918f480 1.27 MB 3,049 125
669,825 669,825 000000000000000000092323f02b70b2cef2fc3ed0168d9b4c0cdd33a866c163 1.27 MB 2,565 128
669,824 669,824 0000000000000000000b4755f347e33d493b00539e06b2d14bf1bd57dfcb8147 1.44 MB 2,769 154
669,823 669,823 00000000000000000003cda0c1794b7b713313a5bd37afc8e21a416901ecfd70 1.22 MB 2,759 134
669,822 669,822 0000000000000000000b1fe5b31a7f6a1f730c4c7845eaa9647cca1ac79a2ac7 1.15 MB 2,748 120
669,821 669,821 00000000000000000006b9f8f261859f9b47d8aa26601669646574577c416de8 1.09 MB 685 123
669,820 669,820 00000000000000000001ab4c4661639e5bff4c64b12e7fa4bdebddce36cdd55c 1.29 MB 2,809 135
Previous 10 blocks ↓
Total Size: 652.25 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: 9,215.22 GB sent, 73.41 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.