Memory Pool Memory Pool Refreshing

36,111 transactions
33.29 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,831 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,261 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,830 (71,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
770,112 770,112 0000000000000000000319ded5a8540f0c9e216427488927662ebee95c6a8d81 1.29 MB 1,907 15
770,111 770,111 00000000000000000001fe51e048f4f42e4212098de90827f929403e17b71988 1.68 MB 3,317 5
770,110 770,110 00000000000000000001154b90f1c3b9684520d7344fc755bd11171f00f351bc 1.60 MB 2,640 6
770,109 770,109 000000000000000000046ea05f297d502fb0a9e3d4820127a992d056f42633b1 1.52 MB 2,759 10
770,108 770,108 00000000000000000002feafa9848ca608a66d345aebca475e83303cc4413bcd 1.60 MB 2,702 6
770,107 770,107 00000000000000000005f5c64e341d79f8933b77c3f19a67803a5394ed5ae387 1.55 MB 2,874 12
770,106 770,106 0000000000000000000721586456852829adbb6ffee4268b28418eb0990e7fb8 1.63 MB 3,440 6
770,105 770,105 000000000000000000029944a27f646c3f108dd04ccefebb8138a1b841534a5c 1.36 MB 2,141 8
770,104 770,104 0000000000000000000254f065c753d250c70be5f3551a095d8d5ccc35cf9fae 1.48 MB 3,615 10
770,103 770,103 00000000000000000006f7fd7b9ba1d31a3ae1458c16bd04e0036ecbafedc713 1.47 MB 2,673 22
770,102 770,102 0000000000000000000740932e41b9240402032a81f8e32761c834b601130d2d 1.40 MB 2,249 8
770,101 770,101 0000000000000000000597011edb059671b5a241efeaea4d4f87010c816342c3 1.70 MB 2,284 17
770,100 770,100 00000000000000000006c16599bcd28ca84f08e07ccc36f299a41f0e5e3a1996 0.00 MB 1 0
770,099 770,099 00000000000000000001c445014e88373e4c660d1ad0c78832348b04578510f4 1.62 MB 2,749 3
770,098 770,098 00000000000000000002743e4ceb6321e75f81301cfe684be01d49b486a65ca6 1.38 MB 1,456 9
770,097 770,097 000000000000000000069157b376109e96a684f9da662a69808e5897096083ee 1.65 MB 2,657 9
770,096 770,096 000000000000000000054932d195c1fd68a969defb3eb3b89461eb1dd949b2bd 1.53 MB 2,637 15
770,095 770,095 00000000000000000001d6d0890271ec63c36f7c389173bb064a983d15a57518 1.49 MB 2,903 13
770,094 770,094 00000000000000000005198ccd454c874a03c50715ab4f93d149d9cb16c89a90 1.64 MB 2,319 8
770,093 770,093 00000000000000000002a42bbc873b4423d9bf3a41a470b6876f7eb5cfebdc8e 1.57 MB 2,800 14
770,092 770,092 00000000000000000003f7c74538c21be068ed55461a29120698d5d75c22f223 1.67 MB 2,506 5
Previous 10 blocks ↓
Total Size: 646.44 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,354.26 GB sent, 37.78 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.