Memory Pool Memory Pool Refreshing

64,687 transactions
30.67 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,491 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,465 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,490 (77,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,524 766,524 0000000000000000000433a7667eba10ecec659c65206ea3110eb522ae202b2b 1.43 MB 1,930 9
766,523 766,523 00000000000000000007df9b6e1d5cd586a1b76027a554982b9692b39ff998bb 1.55 MB 3,073 14
766,522 766,522 0000000000000000000506e8640a57602636109878d9d911623bcc7c2e288ef2 1.09 MB 2,046 13
766,521 766,521 00000000000000000006a18968d36636803fda525bc491b3914dae26b9917163 0.16 MB 411 15
766,520 766,520 00000000000000000002123bf286c0d68fe3b224582701430faa5564da00ecf8 1.30 MB 2,695 15
766,519 766,519 00000000000000000002068759f076d452215acd1585b4d0de7b791768668188 0.44 MB 583 12
766,518 766,518 0000000000000000000184fee4bdef7f4f863206cc889feeea530b34a35b4481 1.74 MB 2,149 6
766,517 766,517 0000000000000000000059a98738b542e9eaa384fd1500d996e7e5f22c74d9e9 1.28 MB 1,975 13
766,516 766,516 000000000000000000060e68a76268ce505966789d5251b2853ba16dece624c4 1.30 MB 1,779 15
766,515 766,515 000000000000000000007bc76fde06e48e7a1431cc4621613870e2372a587833 1.35 MB 2,346 28
766,514 766,514 00000000000000000001d3492a71369459592e40ac6ca6f38d52043281fa9960 0.06 MB 139 42
766,513 766,513 000000000000000000048b1fbb32337d75fc89866ea894ffc8b774d2005572f6 1.40 MB 1,786 2
766,512 766,512 00000000000000000007868680437495c6f6ca0ebaa82a4b5f2b3792de0cb5f2 1.56 MB 2,843 11
766,511 766,511 00000000000000000000749ce03837badd46b55b296da09b7d16421b00d9ef78 1.58 MB 2,809 27
766,510 766,510 000000000000000000030c210da058ae506711f2b81e92a0de528d880d761fe6 0.83 MB 1,548 15
766,509 766,509 00000000000000000002d0067e39ab32138f6e9845dec8434d62c281512abf56 1.31 MB 2,181 13
766,508 766,508 000000000000000000027673f5141f59f6ccd7a4a924822e0d60764de50c7d98 1.64 MB 1,801 9
766,507 766,507 000000000000000000076fe86f35ea22bbc48d1ce86ec99af60d9ccf71da2c00 1.33 MB 2,479 8
766,506 766,506 00000000000000000002b8cac91654b08ac2704809df4d4dadc45f67daeed117 1.49 MB 3,008 21
766,505 766,505 0000000000000000000751f3373841c3f246bf54604eee3429e6cc07a0921aa4 0.28 MB 518 13
766,504 766,504 0000000000000000000726c9592173001fe548c7df2458c86a83b5b3524d4cdf 1.13 MB 1,894 10
Previous 10 blocks ↓
Total Size: 651.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: 9,132.36 GB sent, 68.60 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.